Holds the relationship between a task group and a
task.
Column Descriptions:
Name | Type | Description |
CMFTASK_ID | BIGINT NOT NULL | Forms the primary key together with
CMFTASKGRP_ID. Foreign key to the CMFTASK table. |
CMFTASKGRP_ID | BIGINT NOT NULL | Forms the primary key together with CMFTASK_ID.
Foreign key to the CMFTASKGRP table. |
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> | CMFTASK_ID+CMFTASKGRP_ID | Primary Key |
I0001441 | CMFTASKGRP_ID | Non-Unique Index |
Constrained By Parent Tables:
Constraint | Columns | Parent Table | Parent Columns | Type |
F_1136 | CMFTASKGRP_ID | CMFTASKGRP | CMFTASKGRP_ID | Cascade |
F_1137 | CMFTASK_ID | CMFTASK | CMFTASK_ID | Cascade |