This table contains data describing the advertisements used by marketing campaigns.
Column Descriptions
Column Name
| Column Type
| Description
|
COLLATERAL_ID
| INTEGER NOT NULL
| The internal reference number of the Collateral.
|
STOREENT_ID
| INTEGER NOT NULL
| The ID of the store to which the Collateral belongs.
|
COLLTYPE_ID
| INTEGER NOT NULL
| Foreign key to the COLLTYPE table. Identifies the type of Collateral. The supported default types are Image, Flash, and Text.
|
NAME
| VARCHAR(30)
| The name of the Collateral.
|
URL
| VARCHAR(254)
| The click action to be invoked when the Collateral on the page is clicked.
|
FIELD1
| VARCHAR(254)
| Customizable.
|
FIELD2
| VARCHAR(254)
| Customizable.
|
OPTCOUNTER
| SMALLINT
| Reserved for IBM internal use.
|