PLTEMPLATEREL

This table stores the relationship between a page layout and the original page layout template it was based on.

Column Descriptions:

NameTypeDescription
PAGELAYOUT_IDBIGINT NOT NULLThe primary key of a page layout. Foreign key to the PAGELAYOUT table.
TEMPLATE_IDBIGINT NOT NULLThe primary key of a page layout template that the page layout is based on. Foreign key to the PAGELAYOUT table.
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_0029PAGELAYOUT_IDPrimary Key
I0001509TEMPLATE_IDNon-Unique Index

Constrained By Parent Tables:

ConstraintColumnsParent TableParent ColumnsType
F_3766PAGELAYOUT_IDPAGELAYOUTPAGELAYOUT_IDCascade
F_3767TEMPLATE_IDPAGELAYOUTPAGELAYOUT_IDCascade