Shopware 6.7.13.1 sales_channel_shipping_method
Junction table defining which shipping methods are available in a Sales Channel.
| Column | Type | Nullable | Additional |
| sales_channel_id | binary(16) | NO | Primary Key
Foreign Key → sales_channel.id |
| shipping_method_id | binary(16) | NO | Primary Key
Foreign Key → shipping_method.id |
| Index Name | Columns | Unique |
| fk.sales_channel_shipping_method.shipping_method_id | shipping_method_id | No |
| PRIMARY | sales_channel_id,shipping_method_id | Yes |
Relations (from this table)
2 relations