Holds workspace-specific information.
Column Descriptions
Column Name
| Column Type
| Description
|
CMFWKSPC_ID
| BIGINT NOT NULL
| Primary key.
|
IDENTIFIER
| VARCHAR(254)
| Unique, language-independent name for the workspace.
|
STATUS
| INTEGER NOT NULL DEFAULT 1
| Indicates the status of a workspace. 1=active, 2=complete, 3=cancelled, 4=cancel in progress.
|
MEMBER_ID
| BIGINT NOT NULL
| Foreign key to the MEMBER table. Identifies the Workspace Manager.
|
PERSISTENTYPE
| INTEGER NOT NULL DEFAULT 0
| Indicates whether or not this is a persistent workspace. 1=persistent, 0=not persistent
|
LOCKINGPOLICY
| INTEGER NOT NULL DEFAULT 0
| Reserved for IBM internal use.
|
PROMOTIONPOLICY
| INTEGER NOT NULL DEFAULT 0
| Reserved for IBM internal use.
|
OPTCOUNTER
| SMALLINT
| Reserved for IBM internal use.
|