The following table stores the GUI attributes of a device. The decision to separate these attributes is to ensure that the data model is clear in terms of what is useful from a general schema perspective
| Column Name | Column Datatype | Column Null Option | Column Comment |
| device_id | byte(16) | not null | A unique id for the device |
| name | nvarchar(255) | not null | The name of the attribute |
| value | nvarchar(1024) | with null | The value |
| attribute_type_id | integer | with null | Id for the type |
Product Name: Unicenter Wireless Site Management
Table Type: Table