-- AlterTable ALTER TABLE "RequestWork" ADD COLUMN "attributes" JSONB; -- AlterTable ALTER TABLE "Service" ADD COLUMN "installments" INTEGER NOT NULL DEFAULT 0; -- AlterTable ALTER TABLE "WorkProduct" ADD COLUMN "installmentNo" INTEGER NOT NULL DEFAULT 0;