WebSphere Commerce database table: GRETDESC

This tables describes the event type for a gift registry.

Column Descriptions
Column Name Column Type Description
EVENTTYPE_ID INTEGER NOT NULL Indicates the event type associated with the description.
LANGUAGE_ID INTEGER NOT NULL The ID of the language that the description is in.
OPTCOUNTER SMALLINT Reserved for IBM internal use.
DESCRIPTION VARCHAR(256) NOT NULL DEFAULT '' The description of the associated event type.

Indexes
Index Name Indexed Column Names Index Type
SQL060903235202100 EVENTTYPE_ID+LANGUAGE_ID Primary Key

Constraints
Constraint Name Column Names Foreign Table Name Foreign Column Names Constraint Type
ETD_FK_1 EVENTTYPE_ID GREVNTTYPE EVENTTYPE_ID No Action