STORECATOVRGRP

This table is used to hold the relationship between the store entities and catalog override groups they can use to display the catalog in the store front.

Column Descriptions:

NameTypeDescription
STOREENT_IDINTEGER NOT NULLThe primary key of the store that uses the catalog override group and owns this relationship.
CATOVRGRP_IDBIGINT NOT NULLThe internal reference number of the override group.
SEQUENCEDOUBLE NOT NULL DEFAULT 0The sequence number.
OPTCOUNTERSMALLINT NOT NULL DEFAULT 0The optimistic concurrency control counter for the table. Every time there is an update to the table, the counter is incremented.

Indexes:

NameColumn NamesType
P_0008CATOVRGRP_ID+STOREENT_IDPrimary Key
I0001452STOREENT_IDNon-Unique Index

Constrained By Parent Tables:

ConstraintColumnsParent TableParent ColumnsType
F_3725STOREENT_IDSTOREENTSTOREENT_IDCascade
F_3726CATOVRGRP_IDCATOVRGRPCATOVRGRP_IDCascade