GRPERATTR

This table stores personalization attributes for gift registry and wish list items, such as monogramming.

Column Descriptions:

NameTypeDescription
PERATTR_IDVARCHAR (64) NOT NULLRefers to a monogramming attribute or other attributes.
GIFTITEM_IDBIGINT NOT NULLRefers to the item requiring personalization.
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.
VALUEVARCHAR (64)The value of the attribute. It is up to the user of this value to interpret its type and meaning.

Indexes:

NameColumn NamesType
<SYSTEM-GENERATED>GIFTITEM_ID+PERATTR_IDPrimary Key

Constrained By Parent Tables:

ConstraintColumnsParent TableParent ColumnsType
GRA_CONSTRAINT4GIFTITEM_IDGRGFTITMGIFTITEM_IDCascade