2025-04-07 22:35:57 +09:00

7 lines
111 B
SQL

-- This file should undo anything in `up.sql`
ALTER TABLE "users" ALTER COLUMN "first_name" DROP NOT NULL;