ALM Project Database Reference
td.CROS_REF Table
Description
Attachments.
Columns
 Column NameDescriptionDatatypeLengthAllow NullsDefaultFormula
 CR_ENTITYThe name of the table containing the item to which the file or URL is attached.varchar30   
 CR_KEY_1

The string representation of the key in the table specified in CR_ENTITY. The key can be the ID field or a compound key. If a compound key, the values of the key fields are separated by a tilde (~). 

varchar40   
Primary Key CR_REF_IDThe record ID.int4   
 CR_REFERENCEThe file name or URL. If a file, CR_REFERENCE is CR_ENTITY + CR_KEY_1 + the name of the original uploaded file.varchar255  
 CR_REF_TYPEThe type of attachment: either File or Internet Web Address.varchar20  
 CR_REF_SUBTYPE

This property was used only in Quality Center 9.2.
A value of enum TDAPI_ATTACH_SUBTYPE. For example, 1 indicates rich content. For all possible values, see the API reference.

int4   
 CR_DESCRIPTIONA description of the attachment.varchar16  
 CR_VC_CUR_VERFor backward compatibility. Field may be removed in future version. varchar50  
 CR_VC_USER_NAMEThe user who checked out the item under version control. If the item is not checked out, this field is blank.varchar60  
Indexes
IndexDescriptionPrimaryUnique
CR_ENTITY_KEY_IDX   
CR_PRIMARYKEY 
See Also