🗃️ Magento_Eav · engine innodb
eav_form_fieldset
Eav Form Fieldset
Neighbourhood (1-hop foreign-key graph — showing 3 of 3)
flowchart LR c["eav_form_fieldset"]:::center n0["eav_form_type"] click n0 "/schema/table/eav_form_type" n0 -- type_id --> c n1["eav_form_element"] click n1 "/schema/table/eav_form_element" c -- fieldset_id --> n1 n2["eav_form_fieldset_label"] click n2 "/schema/table/eav_form_fieldset_label" c -- fieldset_id --> n2 click c "/schema/table/eav_form_fieldset" classDef center fill:#eef2ff,stroke:#6366f1,color:#3730a3,stroke-width:1.5px
Click a node to jump to that table.
Related tables (3)
Columns (4)
| Name | Type | Null | Default | Comment |
|---|---|---|---|---|
| fieldset_id PK | smallint unsigned | no | Fieldset ID | |
| type_id | smallint unsigned | no | Type ID | |
| code | varchar(64) | no | Code | |
| sort_order | int | no | 0 | Sort Order |
Keys & indexes
Primary key: fieldset_id
Unique
- EAV_FORM_FIELDSET_TYPE_ID_CODE (type_id, code)
References (1)
- type_id → eav_form_type .type_id (on delete CASCADE)
Referenced by (2)
- eav_form_element .fieldset_id → .fieldset_id (on delete SET NULL)
- eav_form_fieldset_label .fieldset_id → .fieldset_id (on delete CASCADE)