Compare commits
2 commits
eda0edbd29
...
c774e9f44c
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
c774e9f44c | ||
|
|
8f2810ea29 |
2 changed files with 6 additions and 0 deletions
|
|
@ -0,0 +1,3 @@
|
||||||
|
-- AlterTable
|
||||||
|
ALTER TABLE "public"."Product" ADD COLUMN "flowAccountProductIdAgentPrice" TEXT,
|
||||||
|
ADD COLUMN "flowAccountProductIdSellPrice" TEXT;
|
||||||
|
|
@ -1243,6 +1243,9 @@ model Product {
|
||||||
productGroup ProductGroup @relation(fields: [productGroupId], references: [id], onDelete: Cascade)
|
productGroup ProductGroup @relation(fields: [productGroupId], references: [id], onDelete: Cascade)
|
||||||
productGroupId String
|
productGroupId String
|
||||||
|
|
||||||
|
flowAccountProductIdSellPrice String?
|
||||||
|
flowAccountProductIdAgentPrice String?
|
||||||
|
|
||||||
workProduct WorkProduct[]
|
workProduct WorkProduct[]
|
||||||
quotationProductServiceList QuotationProductServiceList[]
|
quotationProductServiceList QuotationProductServiceList[]
|
||||||
taskProduct TaskProduct[]
|
taskProduct TaskProduct[]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue