CMFWKSPCDSC

Holds workspace description-specific information.

Column Descriptions:

NameTypeDescription
CMFWKSPC_IDBIGINT NOT NULLAssociates the description to a workspace. Foreign key to CMFWKSPC. Forms the primary key together with LANGUAGE_ID.
LANGUAGE_IDINTEGER NOT NULLAssociates the description to a language. Foreign key to the LANGUAGE table. Forms the primary key together with CMFWKSPC_ID.
NAMEVARCHAR (254)The name of the workspace.
DESCRIPTIONVARCHAR (4000)The description of the workspace.
OPTCOUNTERSMALLINT NOT NULL DEFAULT 0The optimistic concurrency control counter for the table. Every time there is an update to the table, the counter is incremented.

Indexes:

NameColumn NamesType
<SYSTEM-GENERATED>CMFWKSPC_ID+LANGUAGE_IDPrimary Key

Constrained By Parent Tables:

ConstraintColumnsParent TableParent ColumnsType
F_1124LANGUAGE_IDLANGUAGELANGUAGE_IDCascade
F_1128CMFWKSPC_IDCMFWKSPCCMFWKSPC_IDCascade