ALM Project Database Reference
td.TESTCYCL_MULTIVALUE Table
Description
Multiple values of test cycle - test instance records.
Columns
 Column NameDescriptionDatatypeLengthAllow NullsDefaultFormula
 TCMV_TESTCYCL_IDThe TESTCYCL.TC_TESTCYCL_ID of the design test instance.int4   
 TCMV_COLUMN_NAMEThe multi-value column.varchar40   
 TCMV_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_TCMV  
INX_TCMV_TESTCYCL_ID   
See Also