Shopware 6.7.7.1 shipping_method_translation
Columns
| 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 |
Indexes
| Index Name | Columns | Unique |
|---|---|---|
| fk.shipping_method_translation.language_id | language_id | No |
| PRIMARY | shipping_method_id,language_id | Yes |
Relations (from this table)
| Local Field | Foreign Table | Foreign Field |
|---|---|---|
| language_id | language | id |
| shipping_method_id | shipping_method | id |
