HP ALM Database Reference
td.USER_ASSETS Table

Description

Entities of external tools of a type not known to ALM.

Columns

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

See Also