WebSphere Commerce database table: CMFTSKMBREL

Holds the task member-specific information.


Column Description(s):
Column NameColumn TypeDescription
CMFTASK_ID BIGINT NOT NULL Forms the primary key along with MEMBER_ID. Foreign key to the CMFTASK table.
MEMBER_ID BIGINT NOT NULL Forms the primary key together with CMFTASK_ID. Foreign key to the MEMBER table.
OPTCOUNTER SMALLINT Reserved for IBM internal use.
Index(es):
Index NameIndexed Column NamesIndex Type
SQL050212031214120 CMFTASK_ID+MEMBER_ID Primary Key
I0000888 MEMBER_ID Non-Unique Index
Constraint(s):
Constraint NameColumn Name(s)Foreign Table NameForeign Column Name(s)Constraint Type
F_1133 CMFTASK_ID CMFTASK CMFTASK_ID Cascade
F_1134 MEMBER_ID MEMBER MEMBER_ID Cascade

Feedback