This tables stores information about business rules
for gift registries and wish lists.
Column Descriptions:
Name | Type | Description |
GRREGRULE_ID | INTEGER NOT NULL | Primary key to the gift registry and wish list
event business rule. |
OPTCOUNTER | SMALLINT | The optimistic concurrency control counter for
the table. Every time there is an update to the table, the counter
is incremented. |
STOREID | INTEGER NOT NULL | Store identifier. |
NAME | INTEGER NOT NULL | Name of the business rule. This value is used to
identify the rule. |
DESCRIPTION | VARCHAR (254) | Description of the gift registry event type
business rule. |
EVENTTYPENAME | VARCHAR (32) | The name of the event type. |
GRRULEVAL | VARCHAR (254) NOT NULL | Value of the gift registry event type business
rule. |
Indexes:
Name | Column Names | Type |
<SYSTEM-GENERATED> | GRREGRULE_ID | Primary Key |