ALM Project Database Reference
td.USER_ASSETS Table
Description
Entities of external tools of a type not known to ALM.
Columns
 Column NameDescriptionDatatypeLengthAllow NullsDefaultFormula
Primary Key UAS_IDThe record ID.int4   
 UAS_NAMEThe user asset's name.varchar255   
 UAS_DESCA description for the user asset.varchar16  
 UAS_OWNER_IDThe primary key of the entity in the table given by UAS_OWNER_TYPE.int4   
 UAS_OWNER_TYPEThe table name of type of entity that owns the asset. For example, TEST or COMPONENT.varchar40   
 UAS_DISPLAY_TYPEThe type displayed for the user asset in the Dependencies tabs of the user interface.varchar255   
 UAS_VC_CHECKOUT_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
USER_ASSETS_IDX1   
USER_ASSETS_LWR_UIX  
USER_ASSETS_PK 
See Also