The URLsthat can be used as a scheduled job by a
store. This is for the Scheduler menu in the Administration
Console.
Column Descriptions:
Name | Type | Description |
SCHCMD_ID | BIGINT NOT NULL | A unique identifier of the defined store
scheduler command. |
STOREENT_ID | INTEGER | The store ID of the URL. Default value should be
0 which represents the site. |
PATHINFO | VARCHAR (254) | The URL. |
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> | SCHCMD_ID | Primary Key |
I0000758 | STOREENT_ID | Non-Unique Index |
Constrained By Parent Tables:
Constraint | Columns | Parent Table | Parent Columns | Type |
F_736 | STOREENT_ID | STOREENT | STOREENT_ID | Cascade |
Referenced By Child Tables:
Constraint | Columns | Child Table | Child Columns | Type |
F_235 | SCHCMD_ID | CHKARRANG | SCHCMD_ID | Cascade |