Tables contains any comments enter by the CSR during the processing of the orders. Comments can be enter during Order Placing or modification.
Column Description(s):
Column Name | Column Type | Description |
ORCOMMENT_ID |
BIGINT NOT NULL |
Generated unique key. |
ORDERS_ID |
BIGINT NOT NULL |
The Order. |
LASTUPDATE |
TIMESTAMP |
The time this comment is created. |
COMMENTS |
VARCHAR(1024) |
The content of the comment. |
OPTCOUNTER |
SMALLINT |
Reserved for IBM internal use. |
Index(es):
Index Name | Indexed Column Names | Index Type |
SQL050212031242720 |
ORCOMMENT_ID |
Primary Key |
I0000632 |
ORDERS_ID |
Non-Unique Index |
Constraint(s):
Constraint Name | Column Name(s) | Foreign Table Name | Foreign Column Name(s) | Constraint Type |
F_483 |
ORDERS_ID |
ORDERS |
ORDERS_ID |
Cascade |
Related reference
(C) Copyright IBM Corporation 1996, 2005. All Rights Reserved.