Holds the relationship between the Workspace and
the Task Group
Column Descriptions:
| Name | Type | Description |
| CMFWKSPC_ID | BIGINT NOT NULL | Foreign key to the CMFWKSPC table. Forms the
primary key along with CMFTASKGRP_ID |
| CMFTASKGRP_ID | BIGINT NOT NULL | Foreign key to CMFTASKGRP table. Forms the
primary key together with CMFWKSPC_ID. |
| 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> | CMFWKSPC_ID+CMFTASKGRP_ID | Primary Key |
| I0001442 | CMFTASKGRP_ID | Non-Unique Index |
Constrained By Parent Tables:
| Constraint | Columns | Parent Table | Parent Columns | Type |
| F_1127 | CMFWKSPC_ID | CMFWKSPC | CMFWKSPC_ID | Cascade |
| F_1135 | CMFTASKGRP_ID | CMFTASKGRP | CMFTASKGRP_ID | Cascade |