feat: add installments data

This commit is contained in:
Methapon Metanipat 2024-10-21 17:26:35 +07:00
parent 2e9bf4e120
commit 127db88056
2 changed files with 21 additions and 9 deletions

View file

@ -0,0 +1,8 @@
-- 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;