WebSphere Commerce database table: WCSDTNRYDS
This is a description table to the WCSDICTNRY table.
Column Descriptions Column Name Column Type Description WCSDICTNRY_ID BIGINT NOT NULL Foreign key to the WCSDICTNRY table. LANGUAGE_ID INTEGER NOT NULL Foreign key to the LANGUAGE table. For a list of language components, see the LANGUAGE table. DESCRIPTION VARCHAR(2000) Description of the database object. OPTCOUNTER SMALLINT Reserved for IBM internal use.
Indexes Index Name Indexed Column Names Index Type SQL060903235306620 WCSDICTNRY_ID+LANGUAGE_ID Primary Key Related reference
Constraints Constraint Name Column Names Foreign Table Name Foreign Column Names Constraint Type F_909 LANGUAGE_ID LANGUAGE LANGUAGE_ID Cascade F_910 WCSDICTNRY_ID WCSDICTNRY WCSDICTNRY_ID Cascade