ALTER TABLE "user" ADD COLUMN failed_pin_attempts SMALLINT NOT NULL DEFAULT 0; ALTER TABLE "user" ADD COLUMN pin_locked_until TIMESTAMPTZ;