CMWORKSPACE

Contains a list of valid workspaces that may be assigned to an available schema pool.

Column Descriptions:

NameTypeDescription
WORKSPACECHAR (25) NOT NULLA valid workspace identifier.
LOCKING_POLICYVARCHAR (254)The locking policy associated with the workspace. If none is specified, then the site default policy will be used.
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>WORKSPACEPrimary Key