Shopware 6.7.8.1 app_config
Key-value configuration storage for app-specific settings.
Columns
| Column | Type | Nullable | Additional |
|---|---|---|---|
| key | varchar(255) | NO | Primary Key |
| value | longtext | NO |
Indexes
| Index Name | Columns | Unique |
|---|---|---|
| PRIMARY | key | Yes |
Key-value configuration storage for app-specific settings.
| Column | Type | Nullable | Additional |
|---|---|---|---|
| key | varchar(255) | NO | Primary Key |
| value | longtext | NO |
| Index Name | Columns | Unique |
|---|---|---|
| PRIMARY | key | Yes |