WebSphere Commerce database table: ORDERMGP

This table is used to track the customer segments to which an Order is associated.


Column Description(s):
Column NameColumn TypeDescription
ORDERS_ID BIGINT NOT NULL Foreign key to the ORDERS table.
MBRGRP_ID BIGINT NOT NULL Foreign key to the MBRGRP table.
OPTCOUNTER SMALLINT Reserved for IBM internal use.
Index(es):
Index NameIndexed Column NamesIndex Type
SQL050212031244150 ORDERS_ID+MBRGRP_ID Primary Key
I0000650 MBRGRP_ID Non-Unique Index
Constraint(s):
Constraint NameColumn Name(s)Foreign Table NameForeign Column Name(s)Constraint Type
F_510 MBRGRP_ID MBRGRP MBRGRP_ID Cascade
F_511 ORDERS_ID ORDERS ORDERS_ID Cascade

Feedback