Used to store network address information about a logical computer
| Column Name | Column Datatype | Column Null Option | Column Comment |
| dis_hw_uuid | byte(16) | not null | Global uuid, use a common way to generate them |
| mac_address | nvarchar(64) | not null | MAC address |
| dns_name | nvarchar(255) | not null | DNS Name |
| domain_uuid | byte(16) | with null | Domain uuid |
| auto_rep_version | date | with null | replication version |
Product Name: Asset
Table Type: Table