WebSphere Commerce database table: STCGRYDESC
This table is deprecated and is provided for backward compatibility only.
Column Descriptions Column Name Column Type Description STORECGRY_ID INTEGER NOT NULL No STORECGRY_ID external description assigned yet LANGUAGE_ID INTEGER NOT NULL The Language. For a list of language components, see the LANGUAGE table. DESCRIPTION VARCHAR(254) A longer description of the StoreCategory, suitable for display to customers. DISPLAYNAME VARCHAR(128) A brief description of the StoreCategory, suitable for display to customers. OPTCOUNTER SMALLINT Reserved for IBM internal use.
Indexes Index Name Indexed Column Names Index Type SQL060903235252100 STORECGRY_ID+LANGUAGE_ID Primary Key Related reference
Constraints Constraint Name Column Names Foreign Table Name Foreign Column Names Constraint Type F_950 LANGUAGE_ID LANGUAGE LANGUAGE_ID Cascade F_949 STORECGRY_ID STORECGRY STORECGRY_ID Cascade