MageSmith

📦 Magento_Catalog · engine innodb

catalog_eav_attribute

Catalog EAV Attribute Table

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

flowchart LR
  c["catalog_eav_attribute"]:::center
  n0["eav_attribute"]
  click n0 "/schema/table/eav_attribute"
  n0 -- attribute_id --> c
  click c "/schema/table/catalog_eav_attribute"
  classDef center fill:#eef2ff,stroke:#6366f1,color:#3730a3,stroke-width:1.5px

Click a node to jump to that table.

Columns (25)

NameTypeNullDefaultComment
attribute_id smallint unsignednoAttribute ID
frontend_input_renderer varchar(255) yesFrontend Input Renderer
is_global smallint unsignedno1Is Global
is_visible smallint unsignedno1Is Visible
is_searchable smallint unsignedno0Is Searchable
is_filterable smallint unsignedno0Is Filterable
is_comparable smallint unsignedno0Is Comparable
is_visible_on_front smallint unsignedno0Is Visible On Front
is_html_allowed_on_front smallint unsignedno0Is HTML Allowed On Front
is_used_for_price_rules smallint unsignedno0Is Used For Price Rules
is_filterable_in_search smallint unsignedno0Is Filterable In Search
used_in_product_listing smallint unsignedno0Is Used In Product Listing
used_for_sort_by smallint unsignedno0Is Used For Sorting
apply_to varchar(255) yesApply To
is_visible_in_advanced_search smallint unsignedno0Is Visible In Advanced Search
position int no0Position
is_wysiwyg_enabled smallint unsignedno0Is WYSIWYG Enabled
is_used_for_promo_rules smallint unsignedno0Is Used For Promo Rules
is_required_in_admin_store smallint unsignedno0Is Required In Admin Store
is_used_in_grid smallint unsignedno0Is Used in Grid
is_visible_in_grid smallint unsignedno0Is Visible in Grid
is_filterable_in_grid smallint unsignedno0Is Filterable in Grid
search_weight float no1Search Weight
is_pagebuilder_enabled boolean nofalseIs PageBuilder Enabled
additional_data text yesAdditional swatch attributes data

Keys & indexes

Primary key: attribute_id

Indexes

  • CATALOG_EAV_ATTRIBUTE_USED_FOR_SORT_BY (used_for_sort_by) btree
  • CATALOG_EAV_ATTRIBUTE_USED_IN_PRODUCT_LISTING (used_in_product_listing) btree

References (1)