3 lines
69 B
MySQL
3 lines
69 B
MySQL
|
-- AlterTable
|
||
|
ALTER TABLE "users" ALTER COLUMN "name" DROP NOT NULL;
|