This table contains data about the users that worked with a particular order.
Column Description(s):
Column Name | Column Type | Description |
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 Name | Indexed Column Names | Index Type |
SQL050212031251210 |
ORDERS_ID |
Primary Key |
(C) Copyright IBM Corporation 1996, 2005. All Rights Reserved.