Shopware 6.7.7.1 theme_translation
Columns
| Column | Type | Nullable | Additional |
|---|---|---|---|
| theme_id | binary(16) | NO | Primary Key Foreign Key → theme.id |
| language_id | binary(16) | NO | Primary Key Foreign Key → language.id |
| description | mediumtext | YES | |
| labels | json | YES | |
| custom_fields | json | YES | |
| created_at | datetime(3) | NO | |
| updated_at | datetime(3) | YES | |
| help_texts | json | YES |
Indexes
| Index Name | Columns | Unique |
|---|---|---|
| fk.theme_translation.language_id | language_id | No |
| PRIMARY | theme_id,language_id | Yes |
