🛍️ Magento_Quote · engine innodb
quote_address_item
Sales Flat Quote Address Item
Neighbourhood (1-hop foreign-key graph — showing 2 of 4)
flowchart LR c["quote_address_item"]:::center n0["quote_address"] click n0 "/schema/table/quote_address" n0 -- quote_address_id --> c n1["quote_item"] click n1 "/schema/table/quote_item" n1 -- quote_item_id --> c click c "/schema/table/quote_address_item" classDef center fill:#eef2ff,stroke:#6366f1,color:#3730a3,stroke-width:1.5px
Click a node to jump to that table.
Related tables (4)
Columns (41)
| Name | Type | Null | Default | Comment |
|---|---|---|---|---|
| gift_message_id | int | yes | Gift Message ID | |
| free_shipping | int unsigned | yes | Free Shipping | |
| address_item_id PK | int unsigned | no | Address Item ID | |
| parent_item_id | int unsigned | yes | Parent Item ID | |
| quote_address_id | int unsigned | no | 0 | Quote Address ID |
| quote_item_id | int unsigned | no | 0 | Quote Item ID |
| created_at | timestamp | no | CURRENT_TIMESTAMP | Created At |
| updated_at | timestamp | no | CURRENT_TIMESTAMP | Updated At |
| applied_rule_ids | text | yes | Applied Rule Ids | |
| additional_data | text | yes | Additional Data | |
| weight | decimal | yes | 0 | Weight |
| qty | decimal | no | 0 | Qty |
| discount_amount | decimal | yes | 0 | Discount Amount |
| tax_amount | decimal | yes | 0 | Tax Amount |
| row_total | decimal | no | 0 | Row Total |
| base_row_total | decimal | no | 0 | Base Row Total |
| row_total_with_discount | decimal | yes | 0 | Row Total With Discount |
| base_discount_amount | decimal | yes | 0 | Base Discount Amount |
| base_tax_amount | decimal | yes | 0 | Base Tax Amount |
| row_weight | decimal | yes | 0 | Row Weight |
| product_id | int unsigned | yes | Product ID | |
| super_product_id | int unsigned | yes | Super Product ID | |
| parent_product_id | int unsigned | yes | Parent Product ID | |
| store_id | smallint unsigned | yes | Store ID | |
| sku | varchar(255) | yes | Sku | |
| image | varchar(255) | yes | Image | |
| name | varchar(255) | yes | Name | |
| description | text | yes | Description | |
| is_qty_decimal | int unsigned | yes | Is Qty Decimal | |
| price | decimal | yes | Price | |
| discount_percent | decimal | yes | Discount Percent | |
| no_discount | int unsigned | yes | No Discount | |
| tax_percent | decimal | yes | Tax Percent | |
| base_price | decimal | yes | Base Price | |
| base_cost | decimal | yes | Base Cost | |
| price_incl_tax | decimal | yes | Price Incl Tax | |
| base_price_incl_tax | decimal | yes | Base Price Incl Tax | |
| row_total_incl_tax | decimal | yes | Row Total Incl Tax | |
| base_row_total_incl_tax | decimal | yes | Base Row Total Incl Tax | |
| discount_tax_compensation_amount | decimal | yes | Discount Tax Compensation Amount | |
| base_discount_tax_compensation_amount | decimal | yes | Base Discount Tax Compensation Amount |
Keys & indexes
Primary key: address_item_id
Indexes
- QUOTE_ADDRESS_ITEM_QUOTE_ADDRESS_ID (quote_address_id) btree
- QUOTE_ADDRESS_ITEM_PARENT_ITEM_ID (parent_item_id) btree
- QUOTE_ADDRESS_ITEM_QUOTE_ITEM_ID (quote_item_id) btree
- QUOTE_ADDRESS_ITEM_STORE_ID (store_id) btree
References (3)
- quote_address_id → quote_address .address_id (on delete CASCADE)
- parent_item_id → quote_address_item .address_item_id (on delete CASCADE)
- quote_item_id → quote_item .item_id (on delete CASCADE)
Referenced by (1)
- quote_address_item .parent_item_id → .address_item_id (on delete CASCADE)