Each entity represents an inventory component
| Column Name | Column Datatype | Column Null Option | Column Comment |
| domain_uuid | byte(16) | not null | UUID of the domain instance |
| component_name | nvarchar(384) | not null | Name of the component |
| component_name_id | integer | not null | Id of the component. Foreign key to inv_tree_name_id |
| table_name_tree | varchar(32) | not null | Name of the table which holds the inventory tree |
| table_name_item | varchar(32) | not null | Name of the table which hold the inventory items |
| auto_rep_version | date | with null | Replication version, will be updated automatically by the DBMS. |
Product Name: Unicenter Desktop and Server Management
Table Type: Table