/* Warnings: - Made the column `feedId` on table `User` required. This step will fail if there are existing NULL values in that column. */ -- AlterTable ALTER TABLE "User" ALTER COLUMN "feedId" SET NOT NULL;