Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| id | INT | 10 | √ | null |
|
|
|||||
| product_id | INT | 10 | null |
|
|
||||||
| shipping_rate_table_id | INT | 10 | null |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| PRIMARY | Primary key | Asc | id |
| product_shipping_product_id_fkey | Performance | Asc | product_id |
| product_shipping_shipping_rate_table_id_fkey | Performance | Asc | shipping_rate_table_id |

