MageSmith

💰 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)

NameTypeNullDefaultComment
id PKint unsignednoID
period date yesPeriod
store_id smallint unsignedyesStore ID
code varchar(255) noCode
order_status varchar(50) noOrder Status
percent float yesPercent
orders_count int unsignedno0Orders Count
tax_base_amount_sum float yesTax 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)