MageSmith

🗃️ Magento_Eav · engine innodb

eav_attribute

Eav Attribute

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

flowchart LR
  c["eav_attribute"]:::center
  n0["eav_entity_type"]
  click n0 "/schema/table/eav_entity_type"
  n0 -- entity_type_id --> c
  n1["catalog_product_entity_media_gallery"]
  click n1 "/schema/table/catalog_product_entity_media_gallery"
  c -- attribute_id --> n1
  n2["salesrule_product_attribute"]
  click n2 "/schema/table/salesrule_product_attribute"
  c -- attribute_id --> n2
  n3["weee_tax"]
  click n3 "/schema/table/weee_tax"
  c -- attribute_id --> n3
  n4["catalog_category_entity_datetime"]
  click n4 "/schema/table/catalog_category_entity_datetime"
  c -- attribute_id --> n4
  n5["catalog_category_entity_decimal"]
  click n5 "/schema/table/catalog_category_entity_decimal"
  c -- attribute_id --> n5
  click c "/schema/table/eav_attribute"
  classDef center fill:#eef2ff,stroke:#6366f1,color:#3730a3,stroke-width:1.5px

Click a node to jump to that table.

Columns (17)

NameTypeNullDefaultComment
attribute_id PKsmallint unsignednoAttribute ID
entity_type_id smallint unsignedno0Entity Type ID
attribute_code varchar(255) noAttribute Code
attribute_model varchar(255) yesAttribute Model
backend_model varchar(255) yesBackend Model
backend_type varchar(8) nostaticBackend Type
backend_table varchar(255) yesBackend Table
frontend_model varchar(255) yesFrontend Model
frontend_input varchar(50) yesFrontend Input
frontend_label varchar(255) yesFrontend Label
frontend_class varchar(255) yesFrontend Class
source_model varchar(255) yesSource Model
is_required smallint unsignedno0Defines Is Required
is_user_defined smallint unsignedno0Defines Is User Defined
default_value text yesDefault Value
is_unique smallint unsignedno0Defines Is Unique
note varchar(255) yesNote

Keys & indexes

Primary key: attribute_id

Unique

  • EAV_ATTRIBUTE_ENTITY_TYPE_ID_ATTRIBUTE_CODE (entity_type_id, attribute_code)

Indexes

  • EAV_ATTRIBUTE_FRONTEND_INPUT_ENTITY_TYPE_ID_IS_USER_DEFINED (frontend_input, entity_type_id, is_user_defined) btree

References (1)

Referenced by (32)