WebSphere Commerce database table: ORDERMGP
This table is used to track the customer segments to which an Order is associated.
Column Descriptions Column Name Column Type Description 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.
Indexes Index Name Indexed Column Names Index Type SQL060903235220010 ORDERS_ID+MBRGRP_ID Primary Key I0000650 MBRGRP_ID Non-Unique Index Related reference
Constraints Constraint Name Column Names Foreign Table Name Foreign Column Names Constraint Type F_510 MBRGRP_ID MBRGRP MBRGRP_ID Cascade F_511 ORDERS_ID ORDERS ORDERS_ID Cascade