WebSphere Commerce database table: CMFTGTSKREL

Holds the relationship between a task group and a task.


Column Description(s):
Column NameColumn TypeDescription
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 Reserved for IBM internal use.
Index(es):
Index NameIndexed Column NamesIndex Type
SQL050212031213990 CMFTASK_ID+CMFTASKGRP_ID Primary Key
Constraint(s):
Constraint NameColumn Name(s)Foreign Table NameForeign Column Name(s)Constraint Type
F_1137 CMFTASK_ID CMFTASK CMFTASK_ID Cascade
F_1136 CMFTASKGRP_ID CMFTASKGRP CMFTASKGRP_ID Cascade

Feedback