MageSmith

🔐 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)

NameTypeNullDefaultComment
config_id PKint unsignednoTFA admin user ID
user_id int unsignednoUser ID
encoded_providers text yesEncoded providers list
encoded_config text yesEncoded providers configuration
default_provider varchar yesDefault provider

Keys & indexes

Primary key: config_id

References (1)

  • user_id admin_user .user_id (on delete CASCADE)