This table holds the relationship between
StoreEntities and the CatalogEntries that they can display and
process.
Column Descriptions:
Name | Type | Description |
STOREENT_ID | INTEGER NOT NULL | The reference number of the StoreEntity. |
CATENTRY_ID | BIGINT NOT NULL | The reference number of the CatalogEntry. |
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 |
<SYSTEM-GENERATED> | STOREENT_ID+CATENTRY_ID | Primary Key |
I0000345 | CATENTRY_ID | Non-Unique Index |
Constrained By Parent Tables:
Constraint | Columns | Parent Table | Parent Columns | Type |
F_780 | STOREENT_ID | STOREENT | STOREENT_ID | Cascade |
F_781 | CATENTRY_ID | CATENTRY | CATENTRY_ID | Cascade |