STORECONF

Store-specific configuration data that is 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:

NameTypeDescription
STOREENT_IDINTEGER NOT NULLID of the store instance that will use this data
NAMEVARCHAR (254) NOT NULLPredefined store attribute name in the form wc.component.name. For example, wc.facebook.application_id
VALUEVARCHAR (2048)Store-specific attribute value
OPTCOUNTERSMALLINT NOT NULL DEFAULT 0The optimistic concurrency control counter for the table. Every time there is an update to the table, the counter is incremented.

Indexes:

NameColumn NamesType
P_0002STOREENT_ID+NAMEPrimary Key

Constrained By Parent Tables:

ConstraintColumnsParent TableParent ColumnsType
F_3716STOREENT_IDSTOREENTSTOREENT_IDCascade