MageSmith

👤 Magento_Customer · engine innodb

customer_eav_attribute

Customer Eav Attribute

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

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

Click a node to jump to that table.

Columns (13)

NameTypeNullDefaultComment
attribute_id smallint unsignednoAttribute ID
is_visible smallint unsignedno1Is Visible
input_filter varchar(255) yesInput Filter
multiline_count smallint unsignedno1Multiline Count
validate_rules text yesValidate Rules
is_system smallint unsignedno0Is System
sort_order int unsignedno0Sort Order
data_model varchar(255) yesData Model
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
is_searchable_in_grid smallint unsignedno0Is Searchable in Grid
grid_filter_condition_type smallint unsignedno0Grid Filter Condition Type

Keys & indexes

Primary key: attribute_id

Indexes

  • CUSTOMER_EAV_ATTRIBUTE_SORT_ORDER (sort_order) btree

References (1)