Holds workspace description-specific
information.
Column Descriptions:
| Name | 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 | The optimistic concurrency control counter for
the table. Every time there is an update to the table, the counter
is incremented. |
Indexes:
| Name | Column Names | Type |
| <SYSTEM-GENERATED> | CMFWKSPC_ID+LANGUAGE_ID | Primary Key |
Constrained By Parent Tables:
| Constraint | Columns | Parent Table | Parent Columns | Type |
| F_1124 | LANGUAGE_ID | LANGUAGE | LANGUAGE_ID | Cascade |
| F_1128 | CMFWKSPC_ID | CMFWKSPC | CMFWKSPC_ID | Cascade |