ALM Project Database Reference
td.RELEASECYCLE_MULTIVALUE Table
Description
Multiple values for release cycle records.
Columns
 Column NameDescriptionDatatypeLengthAllow NullsDefaultFormula
 RCYCMV_CYCLE_IDThe release cycle ID: RELEASE_CYCLES.RCYC_ID.int4   
 RCYCMV_COLUMN_NAMEThe multi-value column.varchar40   
 RCYCMV_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_RCYCMV  
INX_RCYCMV_CYCLE_ID   
See Also