This table stores announcement e-mail template
information. The registrant can select a template when sending an
announcement for a gift registry or wish list.
Column Descriptions:
Name | Type | Description |
TEMPLATE_ID | BIGINT NOT NULL | The primary key of the template. |
EVENTTYPE_ID | INTEGER NOT NULL | The event type for which this this template was
created. |
OPTCOUNTER | SMALLINT | The optimistic concurrency control counter for
the table. Every time there is an update to the table, the counter
is incremented. |
DEFAULTTEMPLATE | SMALLINT NOT NULL | Whether this template is the default for a given
event type:
- 1: Default
- 0: Not default
|
TEMPLATENAME | VARCHAR (254) NOT NULL | The name of a template that can be used to
uniquely identify a template. |
DESCRIPTION | VARCHAR (254) | The description of the template. |
THUMBNAILPATH | VARCHAR (254) | The path of the template's thumbnail, if
any. |
PATH | VARCHAR (254) NOT NULL | The path of the template. |
FIELD1 | VARCHAR (64) | Customizable. |
FIELD2 | VARCHAR (64) | Customizable. |
FIELD3 | VARCHAR (64) | Customizable. |
Indexes:
Name | Column Names | Type |
<SYSTEM-GENERATED> | TEMPLATE_ID | Primary Key |
Constrained By Parent Tables:
Constraint | Columns | Parent Table | Parent Columns | Type |
GRA_CONSTRAINT2 | EVENTTYPE_ID | GREVNTTYPE | EVENTTYPE_ID | No Action |