This table stores the attributes of a model
| Column Name | Column Datatype | Column Null Option | Column Comment |
| attribute_id | integer | not null | The id of the attribute |
| name | nvarchar(64) | not null | Name of the attribute |
| length | integer | not null | |
| is_key | integer | not null | |
| required | integer | with null | Whether this attribute is optional or not 0 = false 1 =true |
| default_value | varchar(1024) | with null | |
| attribute_type_id | integer | not null | Id for the type |
Product Name: Unicenter Wireless Site Management
Table Type: Table
Relationships:
| Primary Key | Related Table | Related Column |
| attribute_id | wsm_link_attribdef_to_model | attribute_id |
| attribute_id | wsm_device_attribute | attribute_id |