Stores rule definitions for wsm
| Column Name | Column Datatype | Column Null Option | Column Comment |
| rule_uuid | byte(16) | not null | The rule uuid |
| rulename | nvarchar(255) | not null | The name of the rule |
| description | nvarchar(1024) | with null | Description of rule |
| rule | long byte | not null | This a rule. We store as a blob since it may exceed the 2048 requirement |
| rule_type | nvarchar(255) | not null |
Product Name: Unicenter Wireless Site Management
Table Type: Table
Relationships:
| Primary Key | Related Table | Related Column |
| rule_uuid | wsm_userprofile_assoc_detail | rule_uuid |