This table holds the SEO page definition overrides
defined for a particular catalogEntryID or catGroupID
Column Descriptions:
| Name | Type | Description |
| SEOPAGEDEFOVR_ID | BIGINT NOT NULL | Generated unique key for the override of the page
description ID. |
| SEOPAGEDEF_ID | BIGINT NOT NULL | The unique ID of the page definition to be
overriden. |
| APPLY_TO_CHILD | SMALLINT NOT NULL DEFAULT 1 | Indicates whether the page definition applies to
children.
|
| OBJECTTYPE | VARCHAR (64) | The type of object which the SEO properties are
to be applied to. Valid values include: CatalogGroup, CatalogEntry,
or Content. |
| OBJECT_ID | VARCHAR (64) | The identifier of the object. This is the primary
key to the table containing the object. For example, if the object
type is CatalogGroup then the object_id is just the catgroup_id
column of the CATGROUP table. |
| 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 |
| <SYSTEM-GENERATED> | SEOPAGEDEFOVR_ID | Primary Key |
| I0001413 | SEOPAGEDEF_ID+OBJECTTYPE+OBJECT_ID | Unique Index |
Constrained By Parent Tables:
| Constraint | Columns | Parent Table | Parent Columns | Type |
| F_3700 | SEOPAGEDEF_ID | SEOPAGEDEF | SEOPAGEDEF_ID | Cascade |