Holds workspace description-specific information.
Column Descriptions
Column Name
| Column Type
| Description
|
CMFWKSPC_ID
| BIGINT NOT NULL
| Associates the description to a workspace. Foreign key to CMFWKSPC. Forms the primary key together with LANGUAGE_ID.
|
LANGUAGE_ID
| INTEGER NOT NULL
| Associates the description to a language. Foreign key to the LANGUAGE table. Forms the primary key together with CMFWKSPC_ID.
|
NAME
| VARCHAR(254)
| The name of the workspace.
|
DESCRIPTION
| VARCHAR(4000)
| The description of the workspace.
|
OPTCOUNTER
| SMALLINT
| Reserved for IBM internal use.
|