This table stores the relationship between the page
layout type and the store.
Column Descriptions:
Name | Type | Description |
PAGELAYOUTTYPE_ID | VARCHAR (32) NOT NULL | The page layout type that is available in the
store. Example values:
BlankPage, ProductPage, HomePage, CategoryPage, Content,
Product, etc. |
STOREENT_ID | INTEGER NOT NULL | Store for which this layout type is
applicable. |
VIEWNAME | VARCHAR (256) NOT NULL | Default view name for page layouts for given
store. |
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_0004 | PAGELAYOUTTYPE_ID+STOREENT_ID | Primary Key |
Constrained By Parent Tables:
Constraint | Columns | Parent Table | Parent Columns | Type |
F_3717 | PAGELAYOUTTYPE_ID | PAGELAYOUTTYPE | PAGELAYOUTTYPE_ID | Cascade |
F_3718 | STOREENT_ID | STOREENT | STOREENT_ID | Cascade |