Each row in this table represents an
InterestItemList.
Column Descriptions:
Name | Type | Description |
IITEMLIST_ID | BIGINT NOT NULL | Generated unique key for this interest item
list. |
MEMBER_ID | BIGINT NOT NULL | The owner of the IItemList. |
DESCRIPTION | VARCHAR (254) NOT NULL DEFAULT '' | A mnemonic description of the IItemList, entered
by the customer and suitable for display to the customer. |
SEQUENCE | DOUBLE NOT NULL DEFAULT 0 | May be used by a user interface to control the
sequence of IItemLists in a list. |
LASTUPDATE | TIMESTAMP | The last time this IItemList was updated. |
OPTCOUNTER | SMALLINT NOT NULL DEFAULT 0 | The optimistic concurrency control counter for
the table. Every time there is an update to the table, the counter
is incremented. |
Indexes:
Name | Column Names | Type |
<SYSTEM-GENERATED> | IITEMLIST_ID | Primary Key |
I0000132 | IITEMLIST_ID+SEQUENCE+MEMBER_ID | Unique Index |
I0000133 | IITEMLIST_ID+MEMBER_ID | Unique Index |
I0000587 | MEMBER_ID | Non-Unique Index |
Constrained By Parent Tables:
Constraint | Columns | Parent Table | Parent Columns | Type |
F_383 | MEMBER_ID | MEMBER | MEMBER_ID | Cascade |
Referenced By Child Tables:
Constraint | Columns | Child Table | Child Columns | Type |
F_239 | IITEMLIST_ID | CIITEMLIST | IITEMLIST_ID | Cascade |
F_379 | IITEMLIST_ID | IITEM | IITEMLIST_ID | Cascade |