-- AlterTable ALTER TABLE "User" ADD COLUMN "password" TEXT, ALTER COLUMN "name" DROP NOT NULL, ALTER COLUMN "email" DROP NOT NULL;