-- AlterTable ALTER TABLE "Node" ADD COLUMN "deletedAt" TIMESTAMP(3), ADD COLUMN "isDeleted" BOOLEAN NOT NULL DEFAULT false;