FACETCATGRP

Stores the facet IDs related to a given catalog group.

Column Descriptions:

NameTypeDescription
FACETCATGRP_IDBIGINT NOT NULLThe unique identifier for the Facetcatgrp table.
FACET_IDBIGINT NOT NULLForeign key to Facet table.
SEQUENCEDOUBLEThe sequence of the facet showing in the storefront.
STOREENT_IDINTEGER NOT NULLForeign key to Storeent table.
CATGROUP_IDBIGINT NOT NULLForeign key to Catgroup table.
DISPLAYABLESMALLINT NOT NULL DEFAULT 0Describes whether the facet is displayable. Valid values are: 0 = Do not display in the storefront 1 = Display in the storefront
OPTCOUNTERSMALLINT NOT NULL DEFAULT 0The optimistic concurrency control counter for the table. Every time there is an update to the table, the counter is incremented.

Indexes:

NameColumn NamesType
P_0013FACETCATGRP_IDPrimary Key
I0001479FACET_ID+CATGROUP_ID+STOREENT_IDUnique Index
I0001480STOREENT_IDNon-Unique Index
I0001481CATGROUP_IDNon-Unique Index

Constrained By Parent Tables:

ConstraintColumnsParent TableParent ColumnsType
F_3734STOREENT_IDSTOREENTSTOREENT_IDCascade
F_3735CATGROUP_IDCATGROUPCATGROUP_IDCascade
F_3736FACET_IDFACETFACET_IDCascade