ALM Project Database Reference
td.REQ_MULTIVALUE Table
Description
Multiple values for requirement records.
Columns
 Column NameDescriptionDatatypeLengthAllow NullsDefaultFormula
 RQMV_REQ_IDThe requirement ID: REQ.RQ_REQ_ID.int4   
 RQMV_COLUMN_NAMEThe multi-value column.varchar40   
 RQMV_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_RQMV  
INX_RQMV_REQ_ID   
Objects that depend on td.REQ_MULTIVALUE
 Database ObjectObject TypeDescriptionDep Level
AUTR81022_REQ triggerAUTR81022_REQTrigger 2
MVTR_REQ triggerMVTR_REQTrigger 2
td.REQ tabletd.REQTableDetails of individual requirements and the structure of the requirements tree.1
See Also