GREVNTTYPE

This tables stores event information for a gift registry and wish list. The default event type id for a wish list is 0 and it applies to all stores. A new wish list event can be defined specific to a store.

Column Descriptions:

NameTypeDescription
EVENTTYPE_IDINTEGER NOT NULLPrimary key for the event type.
SORTORDERBIGINT NOT NULLThe sequence number used for sorting the display order of available event types. Default sorting is in ascending order.
STATUSINTEGER NOT NULL DEFAULT 1Status of the event type. Two options are available:
  • 0: The event type is not available to the public.
  • 1: The event type is available to the public.
STOREIDINTEGER NOT NULLThe store identifier that identifies the store for this event type.
OPTCOUNTERSMALLINTThe optimistic concurrency control counter for the table. Every time there is an update to the table, the counter is incremented.
FIELD1VARCHAR (64)Customizable.
FIELD2VARCHAR (64)Customizable.
FIELD3VARCHAR (64)Customizable.
EVENTTYPENAMEVARCHAR (32) NOT NULLThe name of an event type.

Indexes:

NameColumn NamesType
<SYSTEM-GENERATED>EVENTTYPE_IDPrimary Key
GRE_INDEX1EVENTTYPENAME+STOREIDUnique Index

Referenced By Child Tables:

ConstraintColumnsChild TableChild ColumnsType
ETD_FK_1EVENTTYPE_IDGRETDESCEVENTTYPE_IDNo Action
GRA_CONSTRAINT2EVENTTYPE_IDGRANNTMPLTEVENTTYPE_IDNo Action
GR_FK_2EVENTTYPE_IDGRGFTREGEVENTTYPE_IDNo Action