MageSmith

🔐 Magento_LoginAsCustomerAssistance · engine innodb

login_as_customer_assistance_allowed

Magento Login as Customer Assistance Allowed Table

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

flowchart LR
  c["login_as_customer_assistance_allowed"]:::center
  n0["customer_entity"]
  click n0 "/schema/table/customer_entity"
  n0 -- customer_id --> c
  click c "/schema/table/login_as_customer_assistance_allowed"
  classDef center fill:#eef2ff,stroke:#6366f1,color:#3730a3,stroke-width:1.5px

Click a node to jump to that table.

Columns (1)

NameTypeNullDefaultComment
customer_id int unsignednoCustomer ID

Keys & indexes

Primary key: customer_id

References (1)