Reference > Database > WebSphere Commerce database tables > C
WebSphere Commerce database table: CALSCALEDS
Each row of this table contains Language-dependent information for a CalculationScale.
Column Name Column Type Description CALSCALE_ID INTEGER NOT NULL The CalculationScale to which this information applies. LANGUAGE_ID INTEGER NOT NULL The Language for which this information applies. For a list of language components, see the LANGUAGE table. DESCRIPTION VARCHAR(254) A brief description of the CalculationScale, suitable for display to a customer to explain how a calculation is performed. For example, "$.10 per kilogram, minimum charge of $5.00." or "10% off quantities of 5 or more." OPTCOUNTER SMALLINT Reserved for IBM internal use.
Indexes Index Name Indexed Column Names Index Type SQL100520030309030 LANGUAGE_ID+CALSCALE_ID Primary Key I0000510 CALSCALE_ID Non-Unique Index
Constraints Constraint Name Column Names Foreign Table Name Foreign Column Names Constraint Type F_181 CALSCALE_ID CALSCALE CALSCALE_ID Cascade F_180 LANGUAGE_ID LANGUAGE LANGUAGE_ID Cascade
Related reference
_vcc_freeselect_bottom_