ALM Project Database Reference
td.RELEASE_MULTIVALUE Table
Description
Multiple values for release records.
Columns
 Column NameDescriptionDatatypeLengthAllow NullsDefaultFormula
 RELMV_RELEASE_IDThe release ID: RELEASES.REL_ID.int4   
 RELMV_COLUMN_NAMEThe multi-value column.varchar40   
 RELMV_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_RELMV  
INX_RELMV_RELEASE_ID   
See Also