Compare commits

..

2 commits

Author SHA1 Message Date
HAM
c774e9f44c chore: migration
All checks were successful
Spell Check / Spell Check with Typos (push) Successful in 4s
2025-09-12 11:56:58 +07:00
HAM
8f2810ea29 feat: add flowAccountProductId field 2025-09-12 11:56:40 +07:00
2 changed files with 6 additions and 0 deletions

View file

@ -0,0 +1,3 @@
-- AlterTable
ALTER TABLE "public"."Product" ADD COLUMN "flowAccountProductIdAgentPrice" TEXT,
ADD COLUMN "flowAccountProductIdSellPrice" TEXT;

View file

@ -1243,6 +1243,9 @@ model Product {
productGroup ProductGroup @relation(fields: [productGroupId], references: [id], onDelete: Cascade)
productGroupId String
flowAccountProductIdSellPrice String?
flowAccountProductIdAgentPrice String?
workProduct WorkProduct[]
quotationProductServiceList QuotationProductServiceList[]
taskProduct TaskProduct[]