Shopware 6.7.13.1 shipping_method_tag
Junction table linking shipping methods to tags.
| Column | Type | Nullable | Additional |
| shipping_method_id | binary(16) | NO | Primary Key
Foreign Key → shipping_method.id |
| tag_id | binary(16) | NO | Primary Key
Foreign Key → tag.id |
| Index Name | Columns | Unique |
| fk.shipping_method_tag.tag_id | tag_id | No |
| PRIMARY | shipping_method_id,tag_id | Yes |
Relations (from this table)
2 relations
| Local Field | Foreign Table | Foreign Field |
| shipping_method_id | shipping_method | id |
| tag_id | tag | id |