Links the root item (including component name) of the inventory component to an object "owner" i.e. computer.
| Column Name | Column Datatype | Column Null Option | Column Comment |
| object_uuid | byte(16) | not null | Primary key. Foreign key to either ca_discovered_hardware, ca_discovered_user, ca_link_hw_user. |
| item_root_name_id | integer | not null | Primary key. Foreign key to inv_tree_name_id. Describes the component name |
| domain_uuid | byte(16) | with 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_id | integer | with null | Point to a inv_*_tree table
Id of the tree root item located in _tree table. |
| auto_rep_version | date | with null | Replication version |
| object_type | integer | with null | Object Owner Type. 1=Computer, 2=User |
Product Name: Unicenter Desktop and Server Management
Table Type: Table