MageSmith

📊 Magento_InventoryInStorePickupQuote · engine innodb

inventory_pickup_location_quote_address

Neighbourhood (1-hop foreign-key graph — showing 1 of 1)

flowchart LR
  c["inventory_pickup_location_quote_address"]:::center
  n0["quote_address"]
  click n0 "/schema/table/quote_address"
  n0 -- address_id --> c
  click c "/schema/table/inventory_pickup_location_quote_address"
  classDef center fill:#eef2ff,stroke:#6366f1,color:#3730a3,stroke-width:1.5px

Click a node to jump to that table.

Columns (2)

NameTypeNullDefaultComment
address_id PKint unsignednoQuote Address ID
pickup_location_code varchar noPickup Location Code

Keys & indexes

Primary key: address_id

References (1)