Fields (2)
| Name | Type | Null | Key | Default | Extra |
|---|---|---|---|---|---|
| sales_channel_id | binary(16) | NO | PRI | NULL | |
| shipping_method_id | binary(16) | NO | PRI | NULL |
Indexes (2)
| Name | Columns | Unique |
|---|---|---|
| fk.sales_channel_shipping_method.shipping_method_id | shipping_method_id | No |
| PRIMARY | sales_channel_id,shipping_method_id | Yes |