GRETDESC

This tables describes the event type for a gift registry.

Column Descriptions:

NameTypeDescription
EVENTTYPE_IDINTEGER NOT NULLIndicates the event type associated with the description.
LANGUAGE_IDINTEGER NOT NULLThe ID of the language that the description is in.
OPTCOUNTERSMALLINTThe optimistic concurrency control counter for the table. Every time there is an update to the table, the counter is incremented.
DESCRIPTIONVARCHAR (256) NOT NULL DEFAULT ''The description of the associated event type.

Indexes:

NameColumn NamesType
<SYSTEM-GENERATED>EVENTTYPE_ID+LANGUAGE_IDPrimary Key

Constrained By Parent Tables:

ConstraintColumnsParent TableParent ColumnsType
ETD_FK_1EVENTTYPE_IDGREVNTTYPEEVENTTYPE_IDNo Action