MageSmith

🛒 Magento_Sales · engine innodb

sales_invoiced_aggregated_order

Sales Invoiced Aggregated Order

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

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

Click a node to jump to that table.

Related tables (1)

Columns (9)

NameTypeNullDefaultComment
id PKint unsignednoID
period date yesPeriod
store_id smallint unsignedyesStore ID
order_status varchar(50) noOrder Status
orders_count int no0Orders Count
orders_invoiced decimal yesOrders Invoiced
invoiced decimal yesInvoiced
invoiced_captured decimal yesInvoiced Captured
invoiced_not_captured decimal yesInvoiced Not Captured

Keys & indexes

Primary key: id

Unique

  • SALES_INVOICED_AGGREGATED_ORDER_PERIOD_STORE_ID_ORDER_STATUS (period, store_id, order_status)

Indexes

  • SALES_INVOICED_AGGREGATED_ORDER_STORE_ID (store_id) btree

References (1)

  • store_id store .store_id (on delete SET NULL)