This table holds the relationship between
StoreEntities and the Catalogs that they offer.
Column Descriptions:
Name | Type | Description |
CATALOG_ID | BIGINT NOT NULL | The reference number of the Catalog. |
STOREENT_ID | INTEGER NOT NULL | The reference number of the StoreEntity. |
MASTERCATALOG | CHAR (1) | Specifies a master catalog for the Store. A value
of 1 indicates that this Catalog is designated as a master
catalog. |
LASTUPDATE | TIMESTAMP | Indicates the last time that this relationship
was updated. |
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> | CATALOG_ID+STOREENT_ID | Primary Key |
I0000782 | STOREENT_ID | Non-Unique Index |
Constrained By Parent Tables:
Constraint | Columns | Parent Table | Parent Columns | Type |
F_778 | CATALOG_ID | CATALOG | CATALOG_ID | Cascade |
F_779 | STOREENT_ID | STOREENT | STOREENT_ID | Cascade |