Types of marketing activity templates.
Column Descriptions:
Name | Type | Description |
DMTEMPLATETYPE_ID | SMALLINT NOT NULL | The unique identifier of the template for a
marketing activity. |
TYPE | VARCHAR (64) NOT NULL | The type of the marketing activity template. |
DESCRIPTION | VARCHAR (254) | The description of the marketing activity
template. |
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> | DMTEMPLATETYPE_ID | Primary Key |
Referenced By Child Tables:
Constraint | Columns | Child Table | Child Columns | Type |
F_3525 | DMTEMPLATETYPE_ID | DMACTIVITY | DMTEMPLATETYPE_ID | Cascade |