Column Name |
Column Datatype |
Column Null Option |
Column Comment |
|
EventName | VARCHAR(40) | NOT NULL | This is the name of the milestone event item. |
EventShortDesc | VARCHAR(64) | NOT NULL | This is a short description of the milestone event for display on the user interface. |
EventDesc | VARCHAR(128) | NOT NULL | This is a description of the milestone event item. |
SendToDisplay | SMALLINT | NOT NULL | This is the flag indicating that the milestone event item is to be displayed on the Tracking Board. Allowable Values: 0 - No, 1 - Yes. |
SendToReport | SMALLINT | NOT NULL | This is the flag indicating that the milestone event item is to be saved in the Event Log table for reports. Allowable Values: 0 - No, 1 - Yes. |
CreateDTimeMins | SMALLDATETIME | NOT NULL | This indicates the date/time when the milestone event item was created/started. |
LastCngDtime | DATETIME | NOT NULL | This indicates the current Universal Time Coordinate or Greenwich Mean Time. |