MageSmith

🛍️ 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)

NameTypeNullDefaultComment
entity_id PKint unsignednoEntity ID
quote_id int unsignednoQuote ID
masked_id varchar(32) yesMasked 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)