Project Data Tables Database > td Schema : td.USER_ASSETS Table |
Column Name | Description | Datatype | Length | Allow Nulls | Default | Formula | |
---|---|---|---|---|---|---|---|
UAS_ID | The record ID. | int | 4 | ||||
UAS_NAME | The user asset's name. | varchar | 255 | ||||
UAS_DESC | A description for the user asset. | varchar | 16 | ||||
UAS_OWNER_ID | The primary key of the entity in the table given by UAS_OWNER_TYPE. | int | 4 | ||||
UAS_OWNER_TYPE | The table name of type of entity that owns the asset. For example, TEST or COMPONENT. | varchar | 40 | ||||
UAS_DISPLAY_TYPE | The type displayed for the user asset in the Dependencies tabs of the user interface. | varchar | 255 | ||||
UAS_VC_CHECKOUT_USER_NAME | The user who checked out the item under version control. If the item is not checked out, this field is blank. | varchar | 60 |
Index | Description | Primary | Unique |
---|---|---|---|
USER_ASSETS_IDX1 | |||
USER_ASSETS_LWR_UIX | |||
USER_ASSETS_PK |