A configuration item is associated with an object. It is typically an actual attribute
| Column Name | Column Datatype | Column Null Option | Column Comment |
| config_item_id | integer | not null | The id of the config item |
| config_object_id | integer | not null | The id for this config Object |
| template_item_name | nvarchar(255) | with null | |
| value | nvarchar(1024) | with null | The value |
| name | nvarchar(255) | not null | The name of the configuration item |
| attribute_type_id | integer | not null | The type of value |
Product Name: Unicenter Wireless Site Management
Table Type: Table