This table stores information about the electronic coupons that were applied to the given (completed) Order.
Column Description(s):
Column Name | Column Type | Description |
ORDERS_ID |
BIGINT NOT NULL |
Foreign key to the ORDERS table. This is a primary key. |
CPWALLET_ID |
BIGINT NOT NULL |
Foreign key to the CPWALLET table. This is a primary key. |
OPTCOUNTER |
SMALLINT |
Reserved for IBM internal use. |
Index(es):
Index Name | Indexed Column Names | Index Type |
SQL050212031242850 |
ORDERS_ID+CPWALLET_ID |
Primary Key |
I0000285 |
CPWALLET_ID |
Non-Unique Index |
Constraint(s):
Constraint Name | Column Name(s) | Foreign Table Name | Foreign Column Name(s) | Constraint Type |
F_484 |
CPWALLET_ID |
CPWALLET |
CPWALLET_ID |
Cascade |
F_485 |
ORDERS_ID |
ORDERS |
ORDERS_ID |
Cascade |
Related reference
(C) Copyright IBM Corporation 1996, 2005. All Rights Reserved.