This table contains information about the
properties of a layout.
Column Descriptions:
Name | Type | Description |
PLPROPERTY_ID | BIGINT NOT NULL | Primary key to the table. |
PAGELAYOUT_ID | BIGINT NOT NULL | The unique ID of the corresponding page
layout. |
NAME | VARCHAR (256) NOT NULL | Name of the property. |
VALUE | VARCHAR (256) NOT NULL | Value of the property. |
PROPERTIES | VARCHAR (256) | Additional placeholder. |
SEQUENCE | DOUBLE NOT NULL DEFAULT 0.0 | The sequence of the property. |
OPTCOUNTER | SMALLINT NOT NULL DEFAULT 0 | Reserved for HCL internal use. |
Indexes:
Name | Column Names | Type |
P_0034 | PLPROPERTY_ID | Primary Key |
I0001524 | NAME+VALUE+PAGELAYOUT_ID | Unique Index |
Constrained By Parent Tables:
Constraint | Columns | Parent Table | Parent Columns | Type |
F_3772 | PAGELAYOUT_ID | PAGELAYOUT | PAGELAYOUT_ID | Cascade |