Holds the task description information for tasks in workspaces.
Column Descriptions
| Column Name
| Column Type
| Description
|
| CMFTASK_ID
| BIGINT NOT NULL
| Foreign key to the CMFTASK table. Associates the task description to a task. Forms a primary key together with LANGUAGE_ID.
|
| LANGUAGE_ID
| INTEGER NOT NULL
| Foreign key to the LANGUAGE table. The identifier of the language. For a list of language components, see the LANGUAGE table. Forms a primary key along with CMFTASK_ID.
|
| NAME
| VARCHAR(254)
| The name of the task.
|
| DESCRIPTION
| VARCHAR(4000)
| The description of the task.
|
| OPTCOUNTER
| SMALLINT
| Reserved for IBM internal use.
|