ORDUSERS
Contains information about users that worked with an order.
Column Descriptions:
Name | Type | Description |
---|---|---|
ORDERS_ID | BIGINT NOT NULL | The order id. |
CREATOR_ID | BIGINT | Reserved for HCL internal use. |
SUBMITTER_ID | BIGINT | The member id of the user who submitted the order. |
OPTCOUNTER | SMALLINT NOT NULL DEFAULT 0 | The optimistic concurrency control counter for the table. Every time there is an update to the table, the counter is incremented. |
Indexes:
Name | Column Names | Type |
---|---|---|
<SYSTEM-GENERATED> | ORDERS_ID | Primary Key |