This table holds the relationship between StoreEntities and the
CatalogEntries that they can display and process.
Column Name |
Column Type |
Column Description |
CATENTRY_ID |
BIGINT
NOT NULL |
The reference number of the CatalogEntry. |
STOREENT_ID |
INTEGER
NOT NULL |
The reference number of the StoreEntity. |
Indexes:
Index Name |
Indexed Column Names |
Index Type |
I0000345 |
CATENTRY_ID |
Non-Unique Index |
SQL030416035112450 |
STOREENT_ID, CATENTRY_ID |
Primary Key |
Constraints:
Constraint Name |
Column Names |
Foreign Table Name |
Foreign Column Names |
Constraint Type |
F_780 |
STOREENT_ID |
STOREENT |
STOREENT_ID |
Cascade |
F_781 |
CATENTRY_ID |
CATENTRY |
CATENTRY_ID |
Cascade |
Referenced By:
Constraint Name |
Referenced Column Name |
Foreign Table Name |
Foreign Column Names |
Constraint Type |
Not Applicable |
