Defines the status used by WSM
| Column Name | Column Datatype | Column Null Option | Column Comment |
| status_id | integer | not null | The status id |
| name | nvarchar(255) | not null | Name of status |
| weight | integer | not null | Gives the status of weight. This is used for relative weightings to determine actual status |
| status_group | varchar(255) | not null | The group the status belongs to |
Product Name: Unicenter Wireless Site Management
Table Type: Table
Relationships:
| Primary Key | Related Table | Related Column |
| status_id | wsm_agent | agent_status_id |
| status_id | wsm_task_list | status_id |
| status_id | wsm_events | status_id |
| status_id | wsm_engine | status_id |
| status_id | wsm_device | status_id |