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