MageSmith

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

Columns (4)

NameTypeNullDefaultComment
fieldset_id PKsmallint unsignednoFieldset ID
type_id smallint unsignednoType ID
code varchar(64) noCode
sort_order int no0Sort Order

Keys & indexes

Primary key: fieldset_id

Unique

  • EAV_FORM_FIELDSET_TYPE_ID_CODE (type_id, code)

References (1)

Referenced by (2)