Reverse boolean lookup table
| Column Name | Column Datatype | Column Null Option | Column Comment |
| id | integer | not null | Unique (to the table) numeric identifier. |
| del | integer | not null | Deleted flag (0=active 1=inactive/marked as deleted) |
| enum | integer | not null | Enumerated value for this entry - specifies ordering in lists and relative values |
| sym | nvarchar(12) | not null | The sym value for this Reverse_Boolean_Table. |
| nx_desc | nvarchar(40) | with null | The desc value for this Reverse_Boolean_Table. |
Product Name: Unicenter Service Desk
Table Type: Table