⚙️ Magento_Config · engine innodb
core_config_data
Config Data
Columns (6)
| Name | Type | Null | Default | Comment |
|---|---|---|---|---|
| config_id PK | int unsigned | no | Config ID | |
| scope | varchar(8) | no | default | Config Scope |
| scope_id | int | no | 0 | Config Scope ID |
| path | varchar(255) | no | general | Config Path |
| value | text | yes | Config Value | |
| updated_at | timestamp | no | CURRENT_TIMESTAMP | Updated At |
Keys & indexes
Primary key: config_id
Unique
- CORE_CONFIG_DATA_SCOPE_SCOPE_ID_PATH (scope, scope_id, path)