Shopware 6.7.8.0 shipping_method_translation
Translations for shipping method names, descriptions, and tracking URLs.
| Column | Type | Nullable | Additional |
| shipping_method_id | binary(16) | NO | Primary Key
Foreign Key → shipping_method.id |
| language_id | binary(16) | NO | Primary Key
Foreign Key → language.id |
| name | varchar(255) | YES | |
| description | mediumtext | YES | |
| tracking_url | mediumtext | YES | |
| custom_fields | json | YES | |
| created_at | datetime(3) | NO | |
| updated_at | datetime(3) | YES | |
| Index Name | Columns | Unique |
| fk.shipping_method_translation.language_id | language_id | No |
| PRIMARY | shipping_method_id,language_id | Yes |
Relations (from this table)
2 relations