MageSmith

👤 Magento_Customer · engine innodb

customer_address_entity_text

Customer Address Entity Text

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

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

Click a node to jump to that table.

Columns (4)

NameTypeNullDefaultComment
value_id PKint noValue ID
attribute_id smallint unsignedno0Attribute ID
entity_id int unsignedno0Entity ID
value text noValue

Keys & indexes

Primary key: value_id

Unique

  • CUSTOMER_ADDRESS_ENTITY_TEXT_ENTITY_ID_ATTRIBUTE_ID (entity_id, attribute_id)

Indexes

  • CUSTOMER_ADDRESS_ENTITY_TEXT_ATTRIBUTE_ID (attribute_id) btree

References (2)