auth_totp_wizard

-1 rows


Description

2-Factor Setup Wizard

Columns

Column Type Size Nulls Auto Default Children Parents Comments
id serial 10 nextval('auth_totp_wizard_id_seq'::regclass)
user_id int4 10 null
res_users.id auth_totp_wizard_user_id_fkey C

User

create_uid int4 10 null
res_users.id auth_totp_wizard_create_uid_fkey N

Created by

write_uid int4 10 null
res_users.id auth_totp_wizard_write_uid_fkey N

Last Updated by

secret varchar 2147483647 null

Secret

url varchar 2147483647 null

Url

code varchar 7 null

Verification Code

create_date timestamp 29,6 null

Created on

write_date timestamp 29,6 null

Last Updated on

qrcode bytea 2147483647 null

Qrcode

Indexes

Constraint Name Type Sort Column(s)
auth_totp_wizard_pkey Primary key Asc id

Relationships