7 lines
86 B
SQL
7 lines
86 B
SQL
-- Your SQL goes here
|
|
|
|
|
|
|
|
ALTER TABLE "users" ALTER COLUMN "first_name" SET NOT NULL;
|
|
|