🔐 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)
| Name | Type | Null | Default | Comment |
|---|---|---|---|---|
| password_id PK | int unsigned | no | Password ID | |
| user_id | int unsigned | no | 0 | User ID |
| password_hash | varchar(255) | yes | Password Hash | |
| expires | int unsigned | no | 0 | Deprecated |
| last_updated | int unsigned | no | 0 | Last 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)