This table holds the description of actions that can be performed on to-do items.
Column Descriptions
Column Name
| Column Type
| Description
|
TKLRACTION_ID
| INTEGER NOT NULL
| The ID of the tickler action for this description.
|
LANGUAGE_ID
| INTEGER NOT NULL
| The ID of the language used for the description. For a list of language components, see the LANGUAGE table.
|
DESCRIPTION
| VARCHAR(254)
| Description of the tickler action in the language specified by LANGUAGE_ID.
|
OPTCOUNTER
| SMALLINT
| Reserved for IBM internal use.
|