🔐 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.
Related tables (1)
Columns (1)
| Name | Type | Null | Default | Comment |
|---|---|---|---|---|
| customer_id | int unsigned | no | Customer ID |
Keys & indexes
Primary key: customer_id
References (1)
- customer_id → customer_entity .entity_id (on delete CASCADE)