MageSmith

👤 Magento_Customer · engine innodb

customer_eav_attribute_website

Customer Eav Attribute Website

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

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

Click a node to jump to that table.

Columns (6)

NameTypeNullDefaultComment
attribute_id smallint unsignednoAttribute ID
website_id smallint unsignednoWebsite ID
is_visible smallint unsignedyesIs Visible
is_required smallint unsignedyesIs Required
default_value text yesDefault Value
multiline_count smallint unsignedyesMultiline Count

Keys & indexes

Primary key: attribute_id, website_id

Indexes

  • CUSTOMER_EAV_ATTRIBUTE_WEBSITE_WEBSITE_ID (website_id) btree

References (2)