/* Warnings: - Added the required column `isArchived` to the `projects` table without a default value. This is not possible if the table is not empty. */ -- AlterTable ALTER TABLE "projects" ADD COLUMN "isArchived" BOOLEAN NOT NULL;