HP ALM Database Reference
td.LINK Table

Description

Associations between defects and other entities.

Columns

 Column NameDescriptionDatatypeLengthAllow NullsDefault
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 

See Also