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:
| Name | Type | Description |
| STOREENT_ID | INTEGER NOT NULL | The primary key of the store that uses the
catalog override group and owns this relationship. |
| CATOVRGRP_ID | BIGINT NOT NULL | The internal reference number of the override
group. |
| SEQUENCE | DOUBLE NOT NULL DEFAULT 0 | The sequence number. |
| OPTCOUNTER | SMALLINT NOT NULL DEFAULT 0 | The optimistic concurrency control counter for
the table. Every time there is an update to the table, the counter
is incremented. |
Indexes:
| Name | Column Names | Type |
| P_0008 | CATOVRGRP_ID+STOREENT_ID | Primary Key |
| I0001452 | STOREENT_ID | Non-Unique Index |
Constrained By Parent Tables:
| Constraint | Columns | Parent Table | Parent Columns | Type |
| F_3725 | STOREENT_ID | STOREENT | STOREENT_ID | Cascade |
| F_3726 | CATOVRGRP_ID | CATOVRGRP | CATOVRGRP_ID | Cascade |