Table to translate 0 and 1 for the del field on records
| 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 |
| last_mod_dt | integer | with null | Timestamp of when this record was last modified |
| sym | nvarchar(12) | with null | The sym value for this Active_Reverse_Boolean_Table. |
| description | nvarchar(240) | with null | Textual description of this Boolean value |
Product Name: Unicenter Service Desk
Table Type: Table