ALM Project Database Reference
td.BUG_TOKENS Table
Description
An associative table linking defects and tokens.
Remarks
The linkage assists in searches for defect similarity.
Columns
 Column NameDescriptionDatatypeLengthAllow NullsDefaultFormula
Primary Key BT_BUG_ID

The defect: BUG.BG_BUG_ID

int4   
Primary Key BT_TOKEN_ID

The token: TOKENS.TK_ID

int4   
Indexes
IndexDescriptionPrimaryUnique
BT_BUG_TOKEN_ID   
BT_PRIMARYKEY 
See Also