ALM Project Database Reference
td.CYCLE_MULTIVALUE Table
Description
Multiple values for test set records.
Columns
 Column NameDescriptionDatatypeLengthAllow NullsDefaultFormula
 CYMV_CYCLE_ID

The test set ID: CYCLE.CY_CYCLE_ID

int4   
 CYMV_COLUMN_NAMEThe multi-value column.varchar40   
 CYMV_VALUEA single value. 

Note: The values are denormalized for performance reasons. Any program that alters the values in this value field must also handle the semicolon-separated value in the main entity table.

varchar255  
Indexes
IndexDescriptionPrimaryUnique
INX_CYMV  
INX_CYMV_CYCLE_ID   
See Also