Each row of this table contains language-dependent
information about a ShippingMode.
Column Descriptions:
Name | Type | Description |
SHIPMODE_ID | INTEGER NOT NULL | The ShippingMode. |
LANGUAGE_ID | INTEGER NOT NULL | The Language. For a list of language components,
see the LANGUAGE table. |
DESCRIPTION | VARCHAR (254) | A brief description of the ShippingMode, suitable
for display to a customer for selection. |
FIELD1 | VARCHAR (254) | Customizable. |
FIELD2 | VARCHAR (254) | Customizable. |
OPTCOUNTER | SMALLINT NOT NULL DEFAULT 0 | The optimistic concurrency control counter for
the table. Every time there is an update to the table, the counter
is incremented. |
Indexes:
Name | Column Names | Type |
<SYSTEM-GENERATED> | SHIPMODE_ID+LANGUAGE_ID | Primary Key |
Constrained By Parent Tables:
Constraint | Columns | Parent Table | Parent Columns | Type |
F_755 | SHIPMODE_ID | SHIPMODE | SHIPMODE_ID | Cascade |
F_756 | LANGUAGE_ID | LANGUAGE | LANGUAGE_ID | Cascade |