MageSmith

🗃️ Magento_Eav · engine innodb

eav_attribute_group

Eav Attribute Group

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

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

Click a node to jump to that table.

Columns (7)

NameTypeNullDefaultComment
attribute_group_id PKsmallint unsignednoAttribute Group ID
attribute_set_id smallint unsignedno0Attribute Set ID
attribute_group_name varchar(255) yesAttribute Group Name
sort_order smallint no0Sort Order
default_id smallint unsignedyes0Default ID
attribute_group_code varchar(255) noAttribute Group Code
tab_group_code varchar(255) yesTab Group Code

Keys & indexes

Primary key: attribute_group_id

Unique

  • EAV_ATTRIBUTE_GROUP_ATTRIBUTE_SET_ID_ATTRIBUTE_GROUP_NAME (attribute_set_id, attribute_group_name)
  • EAV_ATTRIBUTE_GROUP_ATTRIBUTE_SET_ID_ATTRIBUTE_GROUP_CODE (attribute_set_id, attribute_group_code)

Indexes

  • EAV_ATTRIBUTE_GROUP_ATTRIBUTE_SET_ID_SORT_ORDER (attribute_set_id, sort_order) btree

References (1)

Referenced by (1)