ALM Project Database Reference
td.BUG_MULTIVALUE Table
Description
Values for defect a columns of a record where the column has more than one value.
Columns
 Column NameDescriptionDatatypeLengthAllow NullsDefaultFormula
 BGMV_BUG_ID

The Defect ID: BUG.BG_BUG_ID.

int4   
 BGMV_COLUMN_NAMEThe multi-value column.varchar40   
 BGMV_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_BGMV  
INX_BGMV_BUG_ID   
Objects that depend on td.BUG_MULTIVALUE
 Database ObjectObject TypeDescriptionDep Level
AUTR66132_BUG triggerAUTR66132_BUGTrigger 2
td.BUG tabletd.BUGTableInformation about defects.1
MVTR_BUG triggerMVTR_BUGTrigger 2
See Also