WebSphere Commerce database table: ORDUSERS

This table contains data about the users that worked with a particular order.


Column Description(s):
Column NameColumn TypeDescription
ORDERS_ID BIGINT NOT NULL The order ID.
CREATOR_ID BIGINT NOT NULL 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.
Index(es):
Index NameIndexed Column NamesIndex Type
SQL050212031251210 ORDERS_ID Primary Key

Feedback