🛍️ Magento_Quote · engine innodb
quote_id_mask
Quote ID and masked ID mapping
Neighbourhood (1-hop foreign-key graph — showing 1 of 1)
flowchart LR c["quote_id_mask"]:::center n0["quote"] click n0 "/schema/table/quote" n0 -- quote_id --> c click c "/schema/table/quote_id_mask" classDef center fill:#eef2ff,stroke:#6366f1,color:#3730a3,stroke-width:1.5px
Click a node to jump to that table.
Related tables (1)
Columns (3)
| Name | Type | Null | Default | Comment |
|---|---|---|---|---|
| entity_id PK | int unsigned | no | Entity ID | |
| quote_id | int unsigned | no | Quote ID | |
| masked_id | varchar(32) | yes | Masked ID |
Keys & indexes
Primary key: entity_id, quote_id
Indexes
- QUOTE_ID_MASK_QUOTE_ID (quote_id) btree
- QUOTE_ID_MASK_MASKED_ID (masked_id) btree
References (1)
- quote_id → quote .entity_id (on delete CASCADE)