ALM Project Database Reference
td.TEST_MULTIVALUE Table
Description
Multiple values of test records.
Columns
 Column NameDescriptionDatatypeLengthAllow NullsDefaultFormula
 TSMV_TEST_IDThe TEST.TS_TEST_ID of the test containing the multiple values.int4   
 TSMV_COLUMN_NAMEThe multi-value column.varchar40   
 TSMV_VALUE

A 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_TSMV  
INX_TSMV_TEST_ID   
See Also