Each row in this table represents an InterestItemList.
Column Descriptions
| Column Name
| Column 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
| Reserved for IBM internal use.
|