ALM Project Database Reference
td.RUN_MULTIVALUE Table
Description
Multiple values for run records.
Columns
 Column NameDescriptionDatatypeLengthAllow NullsDefaultFormula
 RNMV_RUN_IDThe RUN.RN_RUN_ID of the run.int4   
 RNMV_COLUMN_NAMEThe multi-value column.varchar40   
 RNMV_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_RNMV  
INX_RNMV_RUN_ID   
See Also