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 Name Column Type Column Description
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.
Indexes:
Index Name Indexed Column Names Index Type
SQL030416034908280 IITEMLIST_ID, MEMBER_ID Primary Key
Constraints:
Constraint Name Column Names Foreign Table Name Foreign Column Names Constraint Type
F_239 IITEMLIST_ID IITEMLIST IITEMLIST_ID Cascade
F_240 MEMBER_ID MEMBER MEMBER_ID Cascade

Referenced By:
Constraint Name Referenced Column Name Foreign Table Name Foreign Column Names Constraint Type
Not Applicable