👤 Magento_Customer · engine innodb
customer_form_attribute
Customer Form Attribute
Neighbourhood (1-hop foreign-key graph — showing 1 of 1)
flowchart LR c["customer_form_attribute"]:::center n0["eav_attribute"] click n0 "/schema/table/eav_attribute" n0 -- attribute_id --> c click c "/schema/table/customer_form_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 (2)
| Name | Type | Null | Default | Comment |
|---|---|---|---|---|
| form_code | varchar(32) | no | Form Code | |
| attribute_id | smallint unsigned | no | Attribute ID |
Keys & indexes
Primary key: form_code, attribute_id
Indexes
- CUSTOMER_FORM_ATTRIBUTE_ATTRIBUTE_ID (attribute_id) btree
References (1)
- attribute_id → eav_attribute .attribute_id (on delete CASCADE)