A user gui config item. Technically we should use a look-up tables, but for now we will ensure integrity in the application
| Column Name | Column Datatype | Column Null Option | Column Comment |
| config_uuid | byte(16) | not null | Unique identifier |
| name | nvarchar(255) | not null | |
| group | nvarchar(255) | not null | |
| value | nvarchar(1024) | with null | Value |
| attribute_type_id | integer | with null | Id for the type |
Product Name: Unicenter Wireless Site Management
Table Type: Table