📦 Magento_Catalog · engine innodb
catalog_compare_list
Catalog Compare List with hash Table
Neighbourhood (1-hop foreign-key graph — showing 2 of 2)
flowchart LR c["catalog_compare_list"]:::center n0["customer_entity"] click n0 "/schema/table/customer_entity" n0 -- customer_id --> c n1["catalog_compare_item"] click n1 "/schema/table/catalog_compare_item" c -- list_id --> n1 click c "/schema/table/catalog_compare_list" classDef center fill:#eef2ff,stroke:#6366f1,color:#3730a3,stroke-width:1.5px
Click a node to jump to that table.
Related tables (2)
Columns (3)
| Name | Type | Null | Default | Comment |
|---|---|---|---|---|
| list_id PK | int unsigned | no | Compare List ID | |
| list_id_mask | varchar(32) | yes | Masked ID | |
| customer_id | int unsigned | yes | Customer ID |
Keys & indexes
Primary key: list_id
Unique
- CATALOG_COMPARE_LIST_CUSTOMER_ID (customer_id)
Indexes
- CATALOG_COMPARE_LIST_LIST_ID_MASK (list_id_mask) btree
References (1)
- customer_id → customer_entity .entity_id (on delete CASCADE)
Referenced by (1)
- catalog_compare_item .list_id → .list_id (on delete CASCADE)