This table is obsolete now.
| Column Name | Column Datatype | Column Null Option | Column Comment |
| id | varchar(50) | not null | 50 chars, text field containing a uuid style id for the menu |
| name | varchar(80) | with null | 80 chars, text field containing the displayed name of the menu. |
| description | varchar(256) | with null | 256 chars, text field containing a detailed description of the menu |
| created | integer | with null | Int field containing the time_t value of when the menu was created |
| createdby | varchar(60) | with null | 60 chars, text field containing the id of the user who created the menu. |
| modified | integer | with null | Int field containing the time_t value of when the menu was last modified |
| modifiedby | varchar(60) | with null | 60 chars, text field containing the id of the user who last modified the menu |
Product Name: Unicenter Network and System Management/Alert Management
Table Type: Table