Shopware 6.7.8.0 snippet
Storefront and email text snippets (translations) — key-value pairs per snippet set.
| Column | Type | Nullable | Additional |
| id | binary(16) | NO | Primary Key |
| translation_key | varchar(255) | NO | |
| value | longtext | NO | |
| author | varchar(255) | NO | |
| snippet_set_id | binary(16) | NO | Index
Foreign Key → snippet_set.id |
| custom_fields | json | YES | |
| created_at | datetime(3) | NO | |
| updated_at | datetime(3) | YES | |
| Index Name | Columns | Unique |
| PRIMARY | id | Yes |
| uniq.snippet_set_id_translation_key | snippet_set_id,translation_key | Yes |
Relations (from this table)
1 relations
| Local Field | Foreign Table | Foreign Field |
| snippet_set_id | snippet_set | id |