WebSphere Commerce database table: GRREGRULE

This tables stores information about business rules for gift registries.

Column Descriptions
Column Name Column Type Description
GRREGRULE_ID INTEGER NOT NULL Primary key to the gift registry event business rule.
OPTCOUNTER SMALLINT Reserved for IBM internal use.
STOREID INTEGER NOT NULL Store identifier.
NAME INTEGER NOT NULL Name of the gift registry business 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
Index Name Indexed Column Names Index Type
SQL060903235203190 GRREGRULE_ID Primary Key