MageSmith

🔐 Magento_User · engine innodb

admin_passwords

Admin Passwords

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

flowchart LR
  c["admin_passwords"]:::center
  n0["admin_user"]
  click n0 "/schema/table/admin_user"
  n0 -- user_id --> c
  click c "/schema/table/admin_passwords"
  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
password_id PKint unsignednoPassword ID
user_id int unsignedno0User ID
password_hash varchar(255) yesPassword Hash
expires int unsignedno0Deprecated
last_updated int unsignedno0Last Updated

Keys & indexes

Primary key: password_id

Indexes

  • ADMIN_PASSWORDS_USER_ID (user_id) btree

References (1)

  • user_id admin_user .user_id (on delete CASCADE)