Each row of this table represents a catalog
filter.
Column Descriptions:
Name | Type | Description |
CATFILTER_ID | BIGINT NOT NULL | Generated primary key |
STOREENT_ID | INTEGER NOT NULL | The Store ID. The store the catalog filter
belongs to |
CATALOG_ID | BIGINT NOT NULL | The Catalog ID. The catalog the catalog filter
defined on |
IDENTIFIER | VARCHAR (254) NOT NULL | The identifier of catalog filter |
USAGE | SMALLINT | Declare the usage of this catalog filter as
follows:
- 0
- For extended sites use.
- 1
- For contract use.
- 2
- For price use.
- 3
- For marketing use.
- 4
- for promotion use.
|
FIELD1 | BIGINT | Customizable |
FIELD2 | INTEGER | Customizable |
FIELD3 | VARCHAR (254) | Customizable |
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> | CATFILTER_ID | Primary Key |
I0001373 | STOREENT_ID+IDENTIFIER+CATALOG_ID | Unique Index |
I0001374 | STOREENT_ID+CATALOG_ID | Non-Unique Index |
I0001375 | CATALOG_ID | Non-Unique Index |
Constrained By Parent Tables:
Constraint | Columns | Parent Table | Parent Columns | Type |
F_3662 | CATALOG_ID | CATALOG | CATALOG_ID | Cascade |
F_3663 | STOREENT_ID | STOREENT | STOREENT_ID | Cascade |
Referenced By Child Tables:
Constraint | Columns | Child Table | Child Columns | Type |
F_3664 | CATFILTER_ID | CATFLTDSC | CATFILTER_ID | Cascade |
F_3666 | CATFILTER_ID | CFPRODUCTSET | CATFILTER_ID | Cascade |
F_3669 | CATFILTER_ID | CFCATGROUP | CATFILTER_ID | Cascade |
F_3769 | CATFILTER_ID | EXPRESSION | CATFILTER_ID | Cascade |