🗃️ Magento_Eav · engine innodb
eav_entity_store
Eav Entity Store
Neighbourhood (1-hop foreign-key graph — showing 2 of 2)
flowchart LR c["eav_entity_store"]:::center n0["eav_entity_type"] click n0 "/schema/table/eav_entity_type" n0 -- entity_type_id --> c n1["store"] click n1 "/schema/table/store" n1 -- store_id --> c click c "/schema/table/eav_entity_store" classDef center fill:#eef2ff,stroke:#6366f1,color:#3730a3,stroke-width:1.5px
Click a node to jump to that table.
Related tables (2)
Columns (5)
| Name | Type | Null | Default | Comment |
|---|---|---|---|---|
| entity_store_id PK | int unsigned | no | Entity Store ID | |
| entity_type_id | smallint unsigned | no | 0 | Entity Type ID |
| store_id | smallint unsigned | no | 0 | Store ID |
| increment_prefix | varchar(20) | yes | Increment Prefix | |
| increment_last_id | varchar(50) | yes | Last Incremented ID |
Keys & indexes
Primary key: entity_store_id
Indexes
- EAV_ENTITY_STORE_ENTITY_TYPE_ID (entity_type_id) btree
- EAV_ENTITY_STORE_STORE_ID (store_id) btree
References (2)
- entity_type_id → eav_entity_type .entity_type_id (on delete CASCADE)
- store_id → store .store_id (on delete CASCADE)