This table contains preview tokens generated for
service preview and store preview links.
Column Descriptions:
Name | Type | Description |
PREVIEWTOKEN_ID | BIGINT NOT NULL | Internal ID of the preview token. |
STOREENT_ID | INTEGER NOT NULL | ID of the store in which the preview token is
generated. |
USERS_ID | BIGINT NOT NULL | ID of the user who generated the preview
token. |
STARTDATE | TIMESTAMP NOT NULL | Start date/time of the preview token. |
ENDDATE | TIMESTAMP NOT NULL | End date/time of the preview token. |
STATUS | CHAR (1) NOT NULL | Status of the preview token: A - active R -
revoked |
PASSWORD | VARCHAR (256) | The store preview link password. |
SALT | VARCHAR (256) | Random string prepended to the store preview link
password before hashing. |
CTXDATA | VARCHAR (4000) | Context data associated with the preview
token. |
PROPERTIES | VARCHAR (1024) | Additional properties associated with the preview
token. |
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 |
P_0028 | PREVIEWTOKEN_ID | Primary Key |
I0001506 | STOREENT_ID | Non-Unique Index |
I0001507 | ENDDATE+STATUS | Non-Unique Index |
Constrained By Parent Tables:
Constraint | Columns | Parent Table | Parent Columns | Type |
F_3765 | STOREENT_ID | STOREENT | STOREENT_ID | Cascade |