Database Table: STORECGRP

This table holds the relationship between StoreEntities and the CatalogGroups that they can display and process.

Column Name Column Type Column Description
CATGROUP_ID BIGINT
NOT NULL
The reference number of the Catalog Group.
STOREENT_ID INTEGER
NOT NULL
The reference number of the Store Entity.
Indexes:
Index Name Indexed Column Names Index Type
SQL030416035112800 STOREENT_ID, CATGROUP_ID Primary Key
Constraints:
Constraint Name Column Names Foreign Table Name Foreign Column Names Constraint Type
F_782 STOREENT_ID STOREENT STOREENT_ID Cascade
F_783 CATGROUP_ID CATGROUP CATGROUP_ID Cascade

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