This table holds the relationship between store and
the default catalog.
Column Descriptions:
Name | Type | Description |
STOREDEFCAT_ID | BIGINT NOT NULL | The primary key. |
STOREENT_ID | INTEGER NOT NULL | The reference number of the store. |
CATALOG_ID | BIGINT NOT NULL | The reference number of the default catalog for
this store. |
FIELD1 | INTEGER | Customizable field. |
FIELD2 | VARCHAR (256) | Customizable field. |
FIELD3 | VARCHAR (256) | Customizable field. |
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_0001 | STOREDEFCAT_ID | Primary Key |
I0001439 | STOREENT_ID+CATALOG_ID | Non-Unique Index |
I0001440 | CATALOG_ID | Non-Unique Index |
Constrained By Parent Tables:
Constraint | Columns | Parent Table | Parent Columns | Type |
F_3714 | CATALOG_ID | CATALOG | CATALOG_ID | Cascade |
F_3715 | STOREENT_ID | STOREENT | STOREENT_ID | Cascade |