Handle relations between logical asset
| Column Name | Column Datatype | Column Null Option | Column Comment |
| link_dis_hw_uuid | byte(16) | not null | Object uuid of link hardware |
| primary_dis_hw_uuid | byte(16) | not null | Primary hardware |
| secondary_dis_hw_uuid | byte(16) | with null | Global uuid, use a common way to generate them |
| last_update_date | integer | with null | Date of last update |
| version_number | integer | with null | Version number |
| ref_count | integer | with null | Reference count |
| creation_user | nvarchar(64) | with null | User who has created |
| creation_date | integer | with null | Date when created |
| last_update_user | nvarchar(64) | with null | User who made the latest update |
| label | nvarchar(255) | with null | User readable name |
| auto_rep_version | date | with null | Replication version |
| link_type_id | integer | with null | Link type |
Product Name: Asset
Table Type: Table