MageSmith

🗃️ Magento_Eav · engine innodb

eav_form_type_entity

Eav Form Type Entity

Neighbourhood (1-hop foreign-key graph — showing 2 of 2)

flowchart LR
  c["eav_form_type_entity"]:::center
  n0["eav_entity_type"]
  click n0 "/schema/table/eav_entity_type"
  n0 -- entity_type_id --> c
  n1["eav_form_type"]
  click n1 "/schema/table/eav_form_type"
  n1 -- type_id --> c
  click c "/schema/table/eav_form_type_entity"
  classDef center fill:#eef2ff,stroke:#6366f1,color:#3730a3,stroke-width:1.5px

Click a node to jump to that table.

Columns (2)

NameTypeNullDefaultComment
type_id smallint unsignednoType ID
entity_type_id smallint unsignednoEntity Type ID

Keys & indexes

Primary key: type_id, entity_type_id

Indexes

  • EAV_FORM_TYPE_ENTITY_ENTITY_TYPE_ID (entity_type_id) btree

References (2)