config.mfa_factor

Columns

Column Type Nullable Default Notes

name PK

text

No

label

text

No

description

text

No

Primary Key

(name)

Indexes

Index Method Definition

mfa_factor_pkey PK

btree

CREATE UNIQUE INDEX mfa_factor_pkey ON config.mfa_factor USING btree (name)

Referenced By

The following tables have foreign keys pointing to config.mfa_factor (2 referencing table(s)):

Table Referencing Column(s) Referenced Column(s) Constraint

actor.usr_mfa_factor_map

factor

name

usr_mfa_factor_map_factor_fkey

permission.group_mfa_factor_map

factor

name

group_mfa_factor_map_factor_fkey