Shopware 6.3.2.1 system_config
Key-value system configuration storage (core settings, plugin config, Sales-Channel-specific overrides).
| Column | Type | Nullable | Additional |
| id | binary(16) | NO | Primary Key |
| configuration_key | varchar(255) | NO | Index |
| configuration_value | longtext | NO | |
| sales_channel_id | binary(16) | YES | |
| created_at | datetime(3) | NO | |
| updated_at | datetime(3) | YES | |
| Index Name | Columns | Unique |
| PRIMARY | id | Yes |
| uniq.system_config.configuration_key__sales_channel_id | configuration_key,sales_channel_id | Yes |