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)
|
||||
productGroupId String
|
||||
|
||||
flowAccountProductIdSellPrice String?
|
||||
flowAccountProductIdAgentPrice String?
|
||||
|
||||
workProduct WorkProduct[]
|
||||
quotationProductServiceList QuotationProductServiceList[]
|
||||
taskProduct TaskProduct[]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue