This tables describes the event type for a gift
registry.
Column Descriptions:
Name | Type | Description |
EVENTTYPE_ID | INTEGER NOT NULL | Indicates the event type associated with the
description. |
LANGUAGE_ID | INTEGER NOT NULL | The ID of the language that the description is
in. |
OPTCOUNTER | SMALLINT | The optimistic concurrency control counter for
the table. Every time there is an update to the table, the counter
is incremented. |
DESCRIPTION | VARCHAR (256) NOT NULL DEFAULT '' | The description of the associated event
type. |
Indexes:
Name | Column Names | Type |
<SYSTEM-GENERATED> | EVENTTYPE_ID+LANGUAGE_ID | Primary Key |
Constrained By Parent Tables:
Constraint | Columns | Parent Table | Parent Columns | Type |
ETD_FK_1 | EVENTTYPE_ID | GREVNTTYPE | EVENTTYPE_ID | No Action |