Shopware 5.7.1 s_emotion_preset_translations
Translations for Shopping World preset names and descriptions.
Columns
| Column | Type | Nullable | Additional |
|---|---|---|---|
| id | int(11) unsigned | NO | Primary Key, auto_increment |
| presetID | int(11) unsigned | NO | Index Foreign Key → s_emotion_presets.id |
| label | varchar(255) | NO | |
| description | text | NO | |
| locale | varchar(15) | NO | Default: de_DE |
Indexes
| Index Name | Columns | Unique |
|---|---|---|
| presetID | presetID,locale | Yes |
| PRIMARY | id | Yes |
Relations (from this table)
| Local Field | Foreign Table | Foreign Field |
|---|---|---|
| presetID | s_emotion_presets | id |
