MageSmith

🗃️ Magento_Eav · engine innodb

eav_attribute_set

Eav Attribute Set

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

flowchart LR
  c["eav_attribute_set"]:::center
  n0["eav_entity_type"]
  click n0 "/schema/table/eav_entity_type"
  n0 -- entity_type_id --> c
  n1["eav_attribute_group"]
  click n1 "/schema/table/eav_attribute_group"
  c -- attribute_set_id --> n1
  click c "/schema/table/eav_attribute_set"
  classDef center fill:#eef2ff,stroke:#6366f1,color:#3730a3,stroke-width:1.5px

Click a node to jump to that table.

Columns (4)

NameTypeNullDefaultComment
attribute_set_id PKsmallint unsignednoAttribute Set ID
entity_type_id smallint unsignedno0Entity Type ID
attribute_set_name varchar(255) yesAttribute Set Name
sort_order smallint no0Sort Order

Keys & indexes

Primary key: attribute_set_id

Unique

  • EAV_ATTRIBUTE_SET_ENTITY_TYPE_ID_ATTRIBUTE_SET_NAME (entity_type_id, attribute_set_name)

Indexes

  • EAV_ATTRIBUTE_SET_ENTITY_TYPE_ID_SORT_ORDER (entity_type_id, sort_order) btree

References (1)

Referenced by (1)