sp501_gantt_actions
This table is used to store descriptions of gantt actions.
Â
Table Definition
Field | Type | Default | Nullable |
---|---|---|---|
action | varchar2(20) | Â | |
description | varchar2(40) | Â |
Keys
primary key (action)
Column Descriptions
Field | Description |
---|---|
action | The type of Gantt action. |
description | Text describing the Gantt action. |