Not owned by DSM
| Column Name | Column Datatype | Column Null Option | Column Comment |
| doc_uuid | byte(16) | not null | |
| doc_content | nvarchar(255) | not null | Used to link an external document |
| creation_user | nvarchar(64) | with null | |
| creation_date | integer | with null | |
| last_update_user | nvarchar(64) | with null | |
| last_update_date | integer | with null | |
| version_number | integer | with null | |
| compressed | integer1 | with null | |
| format | integer1 | with null | |
| checksum | byte(2) | with null | |
| original_size | integer | with null | |
| current_size | integer | with null | |
| attributes | smallint | with null | |
| owner_user | nvarchar(64) | with null | |
| uri | nvarchar(255) | with null |
Product Name: Asset
Table Type: Table
Relationships:
| Primary Key | Related Table | Related Column |
| doc_uuid | ca_link_config_item_doc | doc_uuid |
| doc_uuid | ca_link_named_config_doc | doc_uuid |