💰 Magento_Tax · engine innodb
tax_order_aggregated_created
Tax Order Aggregation
Neighbourhood (1-hop foreign-key graph — showing 1 of 1)
flowchart LR c["tax_order_aggregated_created"]:::center n0["store"] click n0 "/schema/table/store" n0 -- store_id --> c click c "/schema/table/tax_order_aggregated_created" 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 | |
| code | varchar(255) | no | Code | |
| order_status | varchar(50) | no | Order Status | |
| percent | float | yes | Percent | |
| orders_count | int unsigned | no | 0 | Orders Count |
| tax_base_amount_sum | float | yes | Tax Base Amount Sum |
Keys & indexes
Primary key: id
Unique
- TAX_ORDER_AGGRED_CREATED_PERIOD_STORE_ID_CODE_PERCENT_ORDER_STS (period, store_id, code, percent, order_status)
Indexes
- TAX_ORDER_AGGREGATED_CREATED_STORE_ID (store_id) btree
References (1)
- store_id → store .store_id (on delete CASCADE)