Contains a list of valid workspaces that may be
assigned to an available schema pool.
Column Descriptions:
| Name | Type | Description |
| WORKSPACE | CHAR (25) NOT NULL | A valid workspace identifier. |
| LOCKING_POLICY | VARCHAR (254) | The locking policy associated with the workspace.
If none is specified, then the site default policy will be
used. |
| OPTCOUNTER | SMALLINT NOT NULL DEFAULT 0 | 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> | WORKSPACE | Primary Key |