MageSmith

🗃️ Magento_Eav · engine innodb

eav_form_type

Eav Form Type

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

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

Click a node to jump to that table.

Columns (6)

NameTypeNullDefaultComment
type_id PKsmallint unsignednoType ID
code varchar(64) noCode
label varchar(255) noLabel
is_system smallint unsignedno0Is System
theme varchar(64) yesTheme
store_id smallint unsignednoStore ID

Keys & indexes

Primary key: type_id

Unique

  • EAV_FORM_TYPE_CODE_THEME_STORE_ID (code, theme, store_id)

Indexes

  • EAV_FORM_TYPE_STORE_ID (store_id) btree

References (1)

  • store_id store .store_id (on delete CASCADE)

Referenced by (3)