WebSphere Commerce database table: STOREMBRGP
Each row of this table indicates that a Store recognizes a MemberGroup as a customer group.
Column Descriptions Column Name Column Type Description MBRGRP_ID BIGINT NOT NULL The MemberGroup. STORE_ID INTEGER NOT NULL The Store. OPTCOUNTER SMALLINT Reserved for IBM internal use.
Indexes Index Name Indexed Column Names Index Type SQL060903235255480 MBRGRP_ID+STORE_ID Primary Key I0000793 STORE_ID Non-Unique Index Related reference
Constraints Constraint Name Column Names Foreign Table Name Foreign Column Names Constraint Type F_801 MBRGRP_ID MBRGRP MBRGRP_ID Cascade F_802 STORE_ID STORE STORE_ID Cascade