Contains a list of asset classes
| Column Name | Column Datatype | Column Null Option | Column Comment |
| logical_asset_uuid | byte(16) | not null | Unique identifier for the logical asset. Second part of the primary key. |
| hierarchy_id | integer | not null | Hiearchy id. First part of the primary key. |
| overridden_class_id | integer | with null | Overridden class id. |
| class_id | integer | not null | Class id. |
| override_weight | integer | with null | Override weight. |
| last_update_date | integer | with null | Last update date. |
Product Name: Asset
Table Type: Table