Attributes for a task
| Column Name | Column Datatype | Column Null Option | Column Comment |
| manager_uuid | byte(16) | not null | The uuid of the manager |
| taskid | integer | not null | The id for the task. Note a task is associated with a manager. This is part of a composite key |
| attributename | nvarchar(255) | not null | The name of the task attribute |
| attributevalue | nvarchar(1024) | with null | The value of the attribute as a string |
| attribute_type_id | integer | not null | Id for the type |
Product Name: Unicenter Wireless Site Management
Table Type: Table