WebSphere Commerce database table: ORDUSERS

Contains information about users that worked with an order.

Column Descriptions
Column Name Column Type Description
ORDERS_ID BIGINT NOT NULL The order id.
CREATOR_ID BIGINT Reserved for IBM internal use.
SUBMITTER_ID BIGINT The member id of the user who submitted the order.
OPTCOUNTER SMALLINT Reserved for IBM internal use.

Indexes
Index Name Indexed Column Names Index Type
SQL060903235224050 ORDERS_ID Primary Key