3 lines
69 B
MySQL
Raw Normal View History

2021-06-02 10:23:30 -04:00
-- AlterTable
ALTER TABLE "users" ALTER COLUMN "name" DROP NOT NULL;