👤 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.
Related tables (1)
Columns (13)
| Name | Type | Null | Default | Comment |
|---|---|---|---|---|
| attribute_id | smallint unsigned | no | Attribute ID | |
| is_visible | smallint unsigned | no | 1 | Is Visible |
| input_filter | varchar(255) | yes | Input Filter | |
| multiline_count | smallint unsigned | no | 1 | Multiline Count |
| validate_rules | text | yes | Validate Rules | |
| is_system | smallint unsigned | no | 0 | Is System |
| sort_order | int unsigned | no | 0 | Sort Order |
| data_model | varchar(255) | yes | Data Model | |
| is_used_in_grid | smallint unsigned | no | 0 | Is Used in Grid |
| is_visible_in_grid | smallint unsigned | no | 0 | Is Visible in Grid |
| is_filterable_in_grid | smallint unsigned | no | 0 | Is Filterable in Grid |
| is_searchable_in_grid | smallint unsigned | no | 0 | Is Searchable in Grid |
| grid_filter_condition_type | smallint unsigned | no | 0 | Grid Filter Condition Type |
Keys & indexes
Primary key: attribute_id
Indexes
- CUSTOMER_EAV_ATTRIBUTE_SORT_ORDER (sort_order) btree
References (1)
- attribute_id → eav_attribute .attribute_id (on delete CASCADE)