WebSphere Commerce database table: SCHORDERS

This table contains the entries for scheduled orders.


Column Description(s):
Column NameColumn TypeDescription
ORDERS_ID BIGINT NOT NULL Scheduled order ID.
JOB_RN BIGINT NOT NULL Scheduled job reference number.
OPTCOUNTER SMALLINT Reserved for IBM internal use.
Index(es):
Index NameIndexed Column NamesIndex Type
I0000227 JOB_RN Unique Index
I0000761 ORDERS_ID Non-Unique Index
Constraint(s):
Constraint NameColumn Name(s)Foreign Table NameForeign Column Name(s)Constraint Type
F_740 ORDERS_ID ORDERS ORDERS_ID Cascade
F_739 JOB_RN SCHCONFIG SCCJOBREFNUM Cascade

Feedback