Time based triggers to send when the specified time
has elapsed.
Column Descriptions:
Name | Type | Description |
DMELEMENT_ID | INTEGER NOT NULL | The identifier of the associated Trigger campaign
element. |
PERSONALIZATIONID | VARCHAR (64) NOT NULL | The unique personalization identifier of a
customer. |
STOREENT_ID | INTEGER NOT NULL DEFAULT 0 | The identifier of the store. |
TIMETOSEND | TIMESTAMP NOT NULL | The time to send the Trigger to the marketing
activity. |
PARAMETERS | CLOB (1000000) | The parameters associated with this Trigger. |
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> | DMELEMENT_ID+PERSONALIZATIONID+STOREENT_ID | Primary Key |
I0001195 | TIMETOSEND | Non-Unique Index |
I0001526 | PERSONALIZATIONID | Non-Unique Index |