Each row in this table contains language-dependent
information for an Offer.
Column Descriptions:
Name | Type | Description |
OFFER_ID | BIGINT NOT NULL | The Offer being described. |
LANGUAGE_ID | INTEGER NOT NULL | The language of the description. For a list of
language components, see the LANGUAGE table. |
DESCRIPTION | VARCHAR (254) | A description of the Offer, suitable for display
to customers. |
OPTCOUNTER | SMALLINT | 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> | OFFER_ID+LANGUAGE_ID | Primary Key |
Constrained By Parent Tables:
Constraint | Columns | Parent Table | Parent Columns | Type |
F_470 | OFFER_ID | OFFER | OFFER_ID | Cascade |
F_471 | LANGUAGE_ID | LANGUAGE | LANGUAGE_ID | Cascade |