MageSmith

📊 Magento_InventoryInStorePickupSales · engine innodb

inventory_order_notification

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

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

Click a node to jump to that table.

Related tables (1)

Columns (3)

NameTypeNullDefaultComment
order_id PKint unsignednoOrder ID
notification_sent smallint noHas Notification Been Sent For Order
send_notification smallint noShould Notification Be Send For Order

Keys & indexes

Primary key: order_id

References (1)

  • order_id sales_order .entity_id (on delete CASCADE)