MageSmith

👤 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.

Columns (2)

NameTypeNullDefaultComment
form_code varchar(32) noForm Code
attribute_id smallint unsignednoAttribute ID

Keys & indexes

Primary key: form_code, attribute_id

Indexes

  • CUSTOMER_FORM_ATTRIBUTE_ATTRIBUTE_ID (attribute_id) btree

References (1)