MageSmith

🛍️ 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.

Columns (12)

NameTypeNullDefaultComment
rate_id PKint unsignednoRate ID
address_id int unsignedno0Address ID
created_at timestamp noCURRENT_TIMESTAMPCreated At
updated_at timestamp noCURRENT_TIMESTAMPUpdated At
carrier varchar(255) yesCarrier
carrier_title varchar(255) yesCarrier Title
code varchar(255) yesCode
method varchar(255) yesMethod
method_description text yesMethod Description
price decimal no0Price
error_message text yesError Message
method_title text yesMethod Title

Keys & indexes

Primary key: rate_id

Indexes

  • QUOTE_SHIPPING_RATE_ADDRESS_ID (address_id) btree

References (1)