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