🛒 Magento_Sales · engine innodb
sales_shipping_aggregated
Sales Shipping Aggregated
Neighbourhood (1-hop foreign-key graph — showing 1 of 1)
flowchart LR c["sales_shipping_aggregated"]:::center n0["store"] click n0 "/schema/table/store" n0 -- store_id --> c click c "/schema/table/sales_shipping_aggregated" classDef center fill:#eef2ff,stroke:#6366f1,color:#3730a3,stroke-width:1.5px
Click a node to jump to that table.
Related tables (1)
Columns (8)
| Name | Type | Null | Default | Comment |
|---|---|---|---|---|
| id PK | int unsigned | no | ID | |
| period | date | yes | Period | |
| store_id | smallint unsigned | yes | Store ID | |
| order_status | varchar(50) | yes | Order Status | |
| shipping_description | varchar(255) | yes | Shipping Description | |
| orders_count | int | no | 0 | Orders Count |
| total_shipping | decimal | yes | Total Shipping | |
| total_shipping_actual | decimal | yes | Total Shipping Actual |
Keys & indexes
Primary key: id
Unique
- SALES_SHPP_AGGRED_PERIOD_STORE_ID_ORDER_STS_SHPP_DESCRIPTION (period, store_id, order_status, shipping_description)
Indexes
- SALES_SHIPPING_AGGREGATED_STORE_ID (store_id) btree
References (1)
- store_id → store .store_id (on delete SET NULL)