Reference > Database > WebSphere Commerce database tables > C
WebSphere Commerce database table: CHRGTYPDSC
This table contains the language-dependent descriptions of the Charge Type.
Column Name Column Type Description CHARGETYPE_ID INTEGER NOT NULL The ID of the Charge Type for which this description belongs. LANGUAGE_ID INTEGER NOT NULL The ID of the Language of the description. For a list of language components, see the LANGUAGE table. DESCRIPTION VARCHAR(254) NOT NULL Description of the Charge type in the language specified by LANGUAGE_ID. OPTCOUNTER SMALLINT Reserved for IBM internal use.
Indexes Index Name Indexed Column Names Index Type SQL100520030314660 CHARGETYPE_ID+LANGUAGE_ID Primary Key
Constraints Constraint Name Column Names Foreign Table Name Foreign Column Names Constraint Type F_238 CHARGETYPE_ID CHARGETYPE CHARGETYPE_ID Cascade F_237 LANGUAGE_ID LANGUAGE LANGUAGE_ID Cascade
Related reference
_vcc_freeselect_bottom_