STOREPLTYPES

This table stores the relationship between the page layout type and the store.

Column Descriptions:

NameTypeDescription
PAGELAYOUTTYPE_IDVARCHAR (32) NOT NULLThe page layout type that is available in the store. Example values: BlankPage, ProductPage, HomePage, CategoryPage, Content, Product, etc.
STOREENT_IDINTEGER NOT NULLStore for which this layout type is applicable.
VIEWNAMEVARCHAR (256) NOT NULLDefault view name for page layouts for given store.
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_0004PAGELAYOUTTYPE_ID+STOREENT_IDPrimary Key

Constrained By Parent Tables:

ConstraintColumnsParent TableParent ColumnsType
F_3717PAGELAYOUTTYPE_IDPAGELAYOUTTYPEPAGELAYOUTTYPE_IDCascade
F_3718STOREENT_IDSTOREENTSTOREENT_IDCascade