Contains a list of inventory item information for external discovery systems
| Column Name | Column Datatype | Column Null Option | Column Comment |
| object_uuid | BYTE(16) | not null | Object uuid. Primary key. |
| item_parent_id | integer | not null | Item's parent id |
| item_name_id | integer | not null | Item's name id |
| item_root_id | integer | with null | Item's root id |
| item_root_name_id | integer | with null | Roname id |
| item_parent_name_id | integer | with null | Item parent's name id |
| item_index | integer | with null | Index of the Item |
| item_type | integer | with null | Item type |
| item_format | integer | with null | Item format |
| item_value_text | nvarchar(384) | with null | Text for the Item Value |
| item_previous_value_text | nvarchar(384) | with null | Text for holding the previous value |
| item_value_long | integer | with null | Item value of type long |
| item_previous_value_long | integer | with null | Previous Item Value of type long |
| item_value_double | float4 | with null | Item value of type double |
| item_previous_value_double | float4 | with null | Previous Item Value of type double |
| item_date | integer | with null | Item date |
| item_lock | integer | with null | Item lock |
| domain_uuid | byte(16) | with null | Domain uuid |
| auto_rep_version | date | with null | Internal revision number used for replication and maintained by the DBMS. |
Product Name: Unicenter Desktop and Server Management
Table Type: Table