WebSphere Commerce database table: CIITEMLIST

Each row in this table represents the relationship between an IItemlist and a member to which it is the current list.


Column Description(s):
Column NameColumn TypeDescription
IITEMLIST_ID BIGINT NOT NULL The interest item list which is a current list for one or more members.
MEMBER_ID BIGINT NOT NULL The member to which the IItemlist is the current.
OPTCOUNTER SMALLINT Reserved for IBM internal use.
Index(es):
Index NameIndexed Column NamesIndex Type
SQL050212031212060 IITEMLIST_ID+MEMBER_ID Primary Key
I0000535 MEMBER_ID Non-Unique Index
Constraint(s):
Constraint NameColumn Name(s)Foreign Table NameForeign Column Name(s)Constraint Type
F_239 IITEMLIST_ID IITEMLIST IITEMLIST_ID Cascade
F_240 MEMBER_ID MEMBER MEMBER_ID Cascade

Feedback