Shopware 6.7.8.0 document_type_translation
Translations for document type display names.
| Column | Type | Nullable | Additional |
| document_type_id | binary(16) | NO | Primary Key
Foreign Key → document_type.id |
| language_id | binary(16) | NO | Primary Key
Foreign Key → language.id |
| name | varchar(255) | YES | |
| custom_fields | json | YES | |
| created_at | datetime(3) | NO | |
| updated_at | datetime(3) | YES | |
| Index Name | Columns | Unique |
| fk.document_type_translation.language_id | language_id | No |
| PRIMARY | document_type_id,language_id | Yes |
Relations (from this table)
2 relations