2021-06-02 10:23:30 -04:00

3 lines
69 B
SQL

-- AlterTable
ALTER TABLE "users" ALTER COLUMN "name" DROP NOT NULL;