Attributes of a marketing activity.
Column Descriptions:
Name | Type | Description |
DMACTIVITY_ID | INTEGER NOT NULL | The unique identifier of the marketing
activity. |
STOREENT_ID | INTEGER NOT NULL DEFAULT 0 | The identifier of the store. |
PROCESSED | TIMESTAMP | For bulk e-mail activities, this is set to the
time which the bulk e-mail was sent.
|
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> | DMACTIVITY_ID+STOREENT_ID | Primary Key |