ALM Project Database Reference
td.LINK Table
Description
Associations between defects and other entities.
Columns
 Column NameDescriptionDatatypeLengthAllow NullsDefaultFormula
Primary Key LN_LINK_IDThe record ID.int4   
 LN_BUG_IDThe defect to which the entity is linked: BUG.BG_BUG_ID.int4  
 LN_ENTITY_TYPEThe table name of the entity linked to the defect. If LN_ENTITY_TYPE is BUG, then the link is between two defects.varchar30  
 LN_ENTITY_IDThe record ID of the entity in the table specified by LN_ENTITY_TYPE.int4  
 LN_CREATED_BYThe link author.varchar60  
 LN_CREATION_DATEThe date the link was created, based on the database-server clock.datetime4  
 LN_LINK_TYPEA value of the Link Type custom list.varchar60  
 LN_LINK_COMMENTThe link description.varchar255  
 LN_VTSThe version time stamp.varchar20  
Indexes
IndexDescriptionPrimaryUnique
INX_LINK_ENTITY_TYPE_ID  
LN_CREATION_DATE_IDX   
LN_PRIMARYKEY 
LN_VTS_IDX   
See Also