Each entity maps the available tree names to an id
| Column Name | Column Datatype | Column Null Option | Column Comment |
| domain_uuid | byte(16) | not null | Primary key. Foreign key to the ca_n_tier table. Can normally also be found in ca_settings table where set_id=1. |
| item_name_id | integer | not null | Primary key. Tree name id. |
| item_name | nvarchar(384) | not null | Tree name in text. |
| auto_rep_version | date | with null | Replication version information |
Product Name: Unicenter Desktop and Server Management
Table Type: Table
Relationships:
| Primary Key | Related Table | Related Column |
| domain_uuid item_name_id |
inv_generalinventory_item | item_name_id domain_uuid |
| domain_uuid item_name_id |
inv_default_item | item_name_id domain_uuid |