GREVTRMDLG

This table stores information about gift registry reminders.

Column Descriptions:

NameTypeDescription
EVTRMDLG_IDBIGINT NOT NULLPrimary key of the table.
GIFTREGISTRY_IDBIGINT NOT NULLThe gift registry for which this reminder is logged.
OPTCOUNTERSMALLINT NOT NULL DEFAULT 0The optimistic concurrency control counter for the table. Every time there is an update to the table, the counter is incremented.
SENTDATEDATE NOT NULLThe date when the reminder is sent.
REMINDERTYPEVARCHAR (32) NOT NULLThe type of reminder.

Indexes:

NameColumn NamesType
<SYSTEM-GENERATED>EVTRMDLG_IDPrimary Key

Constrained By Parent Tables:

ConstraintColumnsParent TableParent ColumnsType
GRE_CONSTRAINT2GIFTREGISTRY_IDGRGFTREGGIFTREGISTRY_IDNo Action