WebSphere Commerce database table: CMFWSTGREL

Holds the relationship between a workspace and a task group.


Column Description(s):
Column NameColumn TypeDescription
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 Reserved for IBM internal use.
Index(es):
Index NameIndexed Column NamesIndex Type
SQL050212031214550 CMFWKSPC_ID+CMFTASKGRP_ID Primary Key
Constraint(s):
Constraint NameColumn Name(s)Foreign Table NameForeign Column Name(s)Constraint Type
F_1135 CMFTASKGRP_ID CMFTASKGRP CMFTASKGRP_ID Cascade
F_1127 CMFWKSPC_ID CMFWKSPC CMFWKSPC_ID Cascade

Feedback