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 Name | Column Type | 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. |
OPTCOUNTER |
SMALLINT |
Reserved for IBM internal use. |
Index(es):
Index Name | Indexed Column Names | Index Type |
SQL050212031212060 |
IITEMLIST_ID+MEMBER_ID |
Primary Key |
I0000535 |
MEMBER_ID |
Non-Unique Index |
Constraint(s):
Constraint Name | Column Name(s) | Foreign Table Name | Foreign Column Name(s) | Constraint Type |
F_239 |
IITEMLIST_ID |
IITEMLIST |
IITEMLIST_ID |
Cascade |
F_240 |
MEMBER_ID |
MEMBER |
MEMBER_ID |
Cascade |
Related reference
(C) Copyright IBM Corporation 1996, 2005. All Rights Reserved.