🗃️ 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.
Related tables (2)
Columns (2)
| Name | Type | Null | Default | Comment |
|---|---|---|---|---|
| type_id | smallint unsigned | no | Type ID | |
| entity_type_id | smallint unsigned | no | Entity 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)
- entity_type_id → eav_entity_type .entity_type_id (on delete CASCADE)
- type_id → eav_form_type .type_id (on delete CASCADE)