WebSphere Commerce database table: ORDITPROMOCD

This contains promotion codes that were captured with an order for the orderitems in the order.


Column Description(s):
Column NameColumn TypeDescription
ID BIGINT NOT NULL No ID external description assigned yet
ORDERITEMS_ID BIGINT NOT NULL No ORDERITEMS_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
SQL050212031246560 ID Primary Key
I0000419 ORDERITEMS_ID Non-Unique Index
Constraint(s):
Constraint NameColumn Name(s)Foreign Table NameForeign Column Name(s)Constraint Type
F_1077 ORDERITEMS_ID ORDERITEMS ORDERITEMS_ID Cascade

Feedback