Files
appointment-booking-software/migrations/0008_tense_gamora.sql
T

7 lines
211 B
SQL

CREATE TABLE "passkey_challenge_throttle" (
"id" text PRIMARY KEY NOT NULL,
"failed_attempts" integer DEFAULT 0 NOT NULL,
"last_attempt_at" timestamp DEFAULT now() NOT NULL,
"reset_at" timestamp NOT NULL
);