A list of store pages with EMarketingSpots to
display marketing content.
Column Descriptions:
Name | Type | Description |
DMPAGE_ID | INTEGER NOT NULL | The unique identifier of a store page which
contains an e-Marketing Spot. |
NAME | VARCHAR (254) NOT NULL | The name of the store page. |
STOREENT_ID | INTEGER NOT NULL | The identifier of the store associated with the
store page. |
DESCRIPTION | VARCHAR (254) | The description of the store page. |
PATH | VARCHAR (254) | The path of the store page. |
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> | DMPAGE_ID | Primary Key |
I0001156 | NAME+STOREENT_ID | Unique Index |
I0001157 | STOREENT_ID | Non-Unique Index |
Referenced By Child Tables:
Constraint | Columns | Child Table | Child Columns | Type |
F_3533 | DMPAGE_ID | DMEMSPOTPAGE | DMPAGE_ID | Cascade |