🗃️ Magento_Eav · engine innodb
eav_form_fieldset_label
Eav Form Fieldset Label
Neighbourhood (1-hop foreign-key graph — showing 2 of 2)
flowchart LR c["eav_form_fieldset_label"]:::center n0["eav_form_fieldset"] click n0 "/schema/table/eav_form_fieldset" n0 -- fieldset_id --> c n1["store"] click n1 "/schema/table/store" n1 -- store_id --> c click c "/schema/table/eav_form_fieldset_label" classDef center fill:#eef2ff,stroke:#6366f1,color:#3730a3,stroke-width:1.5px
Click a node to jump to that table.
Related tables (2)
Columns (3)
| Name | Type | Null | Default | Comment |
|---|---|---|---|---|
| fieldset_id | smallint unsigned | no | Fieldset ID | |
| store_id | smallint unsigned | no | Store ID | |
| label | varchar(255) | no | Label |
Keys & indexes
Primary key: fieldset_id, store_id
Indexes
- EAV_FORM_FIELDSET_LABEL_STORE_ID (store_id) btree
References (2)
- fieldset_id → eav_form_fieldset .fieldset_id (on delete CASCADE)
- store_id → store .store_id (on delete CASCADE)