MageSmith

🗃️ 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.

Columns (5)

NameTypeNullDefaultComment
entity_store_id PKint unsignednoEntity Store ID
entity_type_id smallint unsignedno0Entity Type ID
store_id smallint unsignedno0Store ID
increment_prefix varchar(20) yesIncrement Prefix
increment_last_id varchar(50) yesLast 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)