GRREGRULE

This tables stores information about business rules for gift registries and wish lists.

Column Descriptions:

NameTypeDescription
GRREGRULE_IDINTEGER NOT NULLPrimary key to the gift registry and wish list event business rule.
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.
STOREIDINTEGER NOT NULLStore identifier.
NAMEINTEGER NOT NULLName of the business rule. This value is used to identify the rule.
DESCRIPTIONVARCHAR (254)Description of the gift registry event type business rule.
EVENTTYPENAMEVARCHAR (32)The name of the event type.
GRRULEVALVARCHAR (254) NOT NULLValue of the gift registry event type business rule.

Indexes:

NameColumn NamesType
<SYSTEM-GENERATED>GRREGRULE_IDPrimary Key