WebSphere Commerce database table: ORDPROMOCD

This table contains promotion codes captured for an order.


Column Description(s):
Column NameColumn TypeDescription
ID BIGINT NOT NULL No ID external description assigned yet
ORDERS_ID BIGINT NOT NULL No ORDERS_ID external description assigned yet
CODE VARCHAR(128) NOT NULL No CODE external description assigned yet
OPTCOUNTER SMALLINT Reserved for IBM internal use.
Index(es):
Index NameIndexed Column NamesIndex Type
SQL050212031248590 ID Primary Key
I0000418 ORDERS_ID Non-Unique Index
Constraint(s):
Constraint NameColumn Name(s)Foreign Table NameForeign Column Name(s)Constraint Type
F_1076 ORDERS_ID ORDERS ORDERS_ID Cascade

Feedback