STORECONF

Store-specific configuration data used by the storefront code for dynamic rendering.

Note: Data in the STORECONF table is available to all users (generic, anonymous, and registered), Therefore, sensitive information should not be stored in this table.


Column Descriptions:

Name Type Description
STOREENT_ID INTEGER NOT NULL ID of the store instance that will use this data
NAME VARCHAR (254) NOT NULL Predefined store attribute name in the form wc.component.name. For example, wc.facebook.application_id
VALUE VARCHAR (2048) Store-specific attribute value
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_0002 STOREENT_ID+NAME Primary Key


Constrained By Parent Tables:

Constraint Columns Parent Table Parent Columns Type
F_3716 STOREENT_ID STOREENT STOREENT_ID Cascade


Related concepts
Search configuration properties in the STORECONF table


Related tasks
Changing search configuration properties in the STORECONF table


Related reference
Methods for retrieving configuration parameters from the STORECONF table