tool_mfa_secrets

0 rows


Description

Table to store factor secrets

Columns

Column Type Size Nulls Auto Default Children Parents Comments
id BIGINT 19 null
userid BIGINT 19 null
user.id toolmfasecr_use2_fkR
factor VARCHAR 100
secret VARCHAR 1333
timecreated BIGINT 19 null
expiry BIGINT 19 null
revoked BIT 1 0
sessionid VARCHAR 100 null

Indexes

Constraint Name Type Sort Column(s)
PRIMARY Primary key Asc id
toolmfasecr_exp_ix Performance Asc expiry
toolmfasecr_fac_ix Performance Asc factor
toolmfasecr_use_ix Performance Asc userid

Relationships