ORDUSERS

Contains information about users that worked with an order.

Column Descriptions:

NameTypeDescription
ORDERS_IDBIGINT NOT NULLThe order id.
CREATOR_IDBIGINTReserved for HCL internal use.
SUBMITTER_IDBIGINTThe member id of the user who submitted the order.
OPTCOUNTERSMALLINT NOT NULL DEFAULT 0The optimistic concurrency control counter for the table. Every time there is an update to the table, the counter is incremented.

Indexes:

NameColumn NamesType
<SYSTEM-GENERATED>ORDERS_IDPrimary Key