🛍️ Magento_Quote · engine innodb
quote_shipping_rate
Sales Flat Quote Shipping Rate
Neighbourhood (1-hop foreign-key graph — showing 1 of 1)
flowchart LR c["quote_shipping_rate"]:::center n0["quote_address"] click n0 "/schema/table/quote_address" n0 -- address_id --> c click c "/schema/table/quote_shipping_rate" classDef center fill:#eef2ff,stroke:#6366f1,color:#3730a3,stroke-width:1.5px
Click a node to jump to that table.
Related tables (1)
Columns (12)
| Name | Type | Null | Default | Comment |
|---|---|---|---|---|
| rate_id PK | int unsigned | no | Rate ID | |
| address_id | int unsigned | no | 0 | Address ID |
| created_at | timestamp | no | CURRENT_TIMESTAMP | Created At |
| updated_at | timestamp | no | CURRENT_TIMESTAMP | Updated At |
| carrier | varchar(255) | yes | Carrier | |
| carrier_title | varchar(255) | yes | Carrier Title | |
| code | varchar(255) | yes | Code | |
| method | varchar(255) | yes | Method | |
| method_description | text | yes | Method Description | |
| price | decimal | no | 0 | Price |
| error_message | text | yes | Error Message | |
| method_title | text | yes | Method Title |
Keys & indexes
Primary key: rate_id
Indexes
- QUOTE_SHIPPING_RATE_ADDRESS_ID (address_id) btree
References (1)
- address_id → quote_address .address_id (on delete CASCADE)