-- This file should undo anything in `up.sql` ALTER TABLE IF EXISTS public."user" DROP COLUMN verified; DROP TABLE IF EXISTS public.verify;