🔐 Magento_TwoFactorAuth · engine innodb
tfa_user_config
tfa_user_config
Neighbourhood (1-hop foreign-key graph — showing 1 of 1)
flowchart LR c["tfa_user_config"]:::center n0["admin_user"] click n0 "/schema/table/admin_user" n0 -- user_id --> c click c "/schema/table/tfa_user_config" classDef center fill:#eef2ff,stroke:#6366f1,color:#3730a3,stroke-width:1.5px
Click a node to jump to that table.
Related tables (1)
Columns (5)
| Name | Type | Null | Default | Comment |
|---|---|---|---|---|
| config_id PK | int unsigned | no | TFA admin user ID | |
| user_id | int unsigned | no | User ID | |
| encoded_providers | text | yes | Encoded providers list | |
| encoded_config | text | yes | Encoded providers configuration | |
| default_provider | varchar | yes | Default provider |
Keys & indexes
Primary key: config_id
References (1)
- user_id → admin_user .user_id (on delete CASCADE)