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:
| 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 |