twofactor_access_token

9 rows


Columns

Column Type Size Nulls Auto Default Children Parents Comments
id BIGINT 19 null
token VARCHAR 32 null
appuser_id BIGINT 19 null
m_appuser.id fk_2fa_access_token_user_idR
valid_from DATETIME 19 null
valid_to DATETIME 19 null
enabled BIT 1 null

Indexes

Constraint Name Type Sort Column(s)
PRIMARY Primary key Asc id
token Performance Asc token
token_appuser_UNIQUE Must be unique Asc/Asc token + appuser_id
user Performance Asc appuser_id

Relationships