Skip to content

public.mfa_codes

Description

Labels

svc-portal

Columns

NameTypeDefaultNullableChildrenParentsComment
code_idvarchar(36)false
user_idvarchar(36)false
code_typevarchar(50)false
code_hashvarchar(255)false
sent_tovarchar(255)false
sent_attimestamp with time zonefalse
expires_attimestamp with time zonefalse
is_usedbooleanfalse
used_attimestamp with time zonetrue
verification_attemptsintegerfalse
created_attimestamp with time zonefalse

Viewpoints

NameDefinition
Authentication & SessionsUser authentication, MFA, sessions, and audit logs

Constraints

NameTypeDefinition
mfa_codes_pkeyPRIMARY KEYPRIMARY KEY (code_id)

Indexes

NameDefinition
mfa_codes_pkeyCREATE UNIQUE INDEX mfa_codes_pkey ON public.mfa_codes USING btree (code_id)
ix_mfa_codes_expires_atCREATE INDEX ix_mfa_codes_expires_at ON public.mfa_codes USING btree (expires_at)
ix_mfa_codes_user_idCREATE INDEX ix_mfa_codes_user_id ON public.mfa_codes USING btree (user_id)

Relations


Generated by tbls

MPAC — MP-Solution Advanced Cloud Service