tool_mfa_auth

0 rows


Description

Stores the last time a successful MFA auth was registered for a userid

Columns

Column Type Size Nulls Auto Default Children Parents Comments
id BIGINT 19 null
userid BIGINT 19 null
user.id toolmfaauth_use2_fkR

User id

lastverified BIGINT 19 0

Timestamp of last MFA verification.

Indexes

Constraint Name Type Sort Column(s)
PRIMARY Primary key Asc id
toolmfaauth_use_ix Performance Asc userid

Relationships