Table: user_totp
Esta página aún no está disponible en tu idioma.
Connected to
Section titled “Connected to”This table references:
user(ref) via columnuser_ref
Columns
Section titled “Columns”| Column | Type | Nullable | Notes |
|---|---|---|---|
user_ref | bigint | no | References user(ref) |
secret_enc | bytea | no | — |
confirmed_at | timestamp | yes | — |
created_at | timestamp | no | Default now() |
last_used_at | timestamp | yes | — |
Full DDL
Section titled “Full DDL”CREATE TABLE public.user_totp ( user_ref bigint NOT NULL, secret_enc bytea NOT NULL, confirmed_at timestamp with time zone, created_at timestamp with time zone DEFAULT now() NOT NULL, last_used_at timestamp with time zone);Please see the schema overview for context. This document was last regenerated on 2026-07-26T08:25:29.520Z.