Shopware 6.7.7.1 snippet
Columns
| 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 |
Indexes
| Index Name | Columns | Unique |
|---|---|---|
| PRIMARY | id | Yes |
| uniq.snippet_set_id_translation_key | snippet_set_id,translation_key | Yes |
Relations (from this table)
| Local Field | Foreign Table | Foreign Field |
|---|---|---|
| snippet_set_id | snippet_set | id |
