WebSphere Commerce database table: ORCOMMENT

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 NameColumn TypeDescription
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 NameIndexed Column NamesIndex Type
SQL050212031242720 ORCOMMENT_ID Primary Key
I0000632 ORDERS_ID Non-Unique Index
Constraint(s):
Constraint NameColumn Name(s)Foreign Table NameForeign Column Name(s)Constraint Type
F_483 ORDERS_ID ORDERS ORDERS_ID Cascade

Feedback