🗃️ 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)
| Name | Type | Null | Default | Comment |
|---|---|---|---|---|
| attribute_group_id PK | smallint unsigned | no | Attribute Group ID | |
| attribute_set_id | smallint unsigned | no | 0 | Attribute Set ID |
| attribute_group_name | varchar(255) | yes | Attribute Group Name | |
| sort_order | smallint | no | 0 | Sort Order |
| default_id | smallint unsigned | yes | 0 | Default ID |
| attribute_group_code | varchar(255) | no | Attribute Group Code | |
| tab_group_code | varchar(255) | yes | Tab 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)
- attribute_set_id → eav_attribute_set .attribute_set_id (on delete CASCADE)
Referenced by (1)
- eav_entity_attribute .attribute_group_id → .attribute_group_id (on delete CASCADE)