WebSphere Commerce database table: OFFERPRICE
Each row of this table represents a price in a currency for an Offer.
Column Descriptions
Column Name
| Column Type
| Description |
OFFER_ID
| BIGINT NOT NULL
| The Offer.
|
CURRENCY
| CHAR(3) NOT NULL
| The currency of the price. This is a currency code as per ISO 4217 standards.
|
PRICE
| DECIMAL (20,5) NOT NULL
| The price for the nominal quantity (see CATENTSHIP.NOMINALQUANTITY) of the product referred to by the Offer.
|
COMPAREPRICE
| DECIMAL (20,5)
| Reserved for IBM internal use.
|
OPTCOUNTER
| SMALLINT
| Reserved for IBM internal use.
|
Indexes
Index Name
| Indexed Column Names
| Index Type |
SQL060903235216570
| OFFER_ID+CURRENCY
| Primary Key
|
I0000168
| PRICE+CURRENCY+OFFER_ID
| Non-Unique Index
|
Constraints
Constraint Name
| Column Names
| Foreign Table Name
| Foreign Column Names
| Constraint Type |
F_472
| OFFER_ID
| OFFER
| OFFER_ID
| Cascade
|
F_473
| CURRENCY
| SETCURR
| SETCCURR
| Cascade
|
Related reference