actor.usr_mfa_exception

Deferrable Constraints: The following FK constraints are deferrable — they are checked at transaction end, not statement end: usr_mfa_exception_usr_fkey.

Columns

Column Type Nullable Default Notes

id PK

integer

No

nextval('actor.usr_mfa_exception_id_seq'::regclass)

usr FK

bigint

No

actor.usr(id)

ingress

text

Yes

Primary Key

(id)

Foreign Keys

Column(s) References On Delete On Update Deferrable Constraint

usr

actor.usr(id)

NO ACTION

NO ACTION

DEFERRED

usr_mfa_exception_usr_fkey

Indexes

Index Method Definition

usr_mfa_exception_pkey PK

btree

CREATE UNIQUE INDEX usr_mfa_exception_pkey ON actor.usr_mfa_exception USING btree (id)