Database Table: STOREMBRGP

Each row of this table indicates that a Store recognizes a MemberGroup as a customer group.

Column Name Column Type Column Description
MBRGRP_ID BIGINT
NOT NULL
The MemberGroup.
STORE_ID INTEGER
NOT NULL
The Store.
Indexes:
Index Name Indexed Column Names Index Type
SQL030416035117010 MBRGRP_ID, STORE_ID Primary Key
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

Referenced By:
Constraint Name Referenced Column Name Foreign Table Name Foreign Column Names Constraint Type
Not Applicable