WebSphere Commerce database table: ORCPMAP

This table stores information about the electronic coupons that were applied to the given (completed) Order.


Column Description(s):
Column NameColumn TypeDescription
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 NameIndexed Column NamesIndex Type
SQL050212031242850 ORDERS_ID+CPWALLET_ID Primary Key
I0000285 CPWALLET_ID Non-Unique Index
Constraint(s):
Constraint NameColumn Name(s)Foreign Table NameForeign Column Name(s)Constraint Type
F_484 CPWALLET_ID CPWALLET CPWALLET_ID Cascade
F_485 ORDERS_ID ORDERS ORDERS_ID Cascade

Feedback