7 lines
111 B
SQL
7 lines
111 B
SQL
-- This file should undo anything in `up.sql`
|
|
|
|
|
|
|
|
ALTER TABLE "users" ALTER COLUMN "first_name" DROP NOT NULL;
|
|
|