Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| id | INT | 10 | √ | null |
|
|
|||||
| table_id | INT | 10 | null |
|
|
||||||
| prefecture_id | INT | 10 | null |
|
|
||||||
| rate | DOUBLE | 22 | null |
|
|
||||||
| created_at | DATETIME | 19 | CURRENT_TIMESTAMP |
|
|
||||||
| updated_at | DATETIME | 19 | null |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| PRIMARY | Primary key | Asc | id |
| shipping_rates_prefecture_id_fkey | Performance | Asc | prefecture_id |
| shipping_rates_table_id_fkey | Performance | Asc | table_id |

