refactor: adjust field
This commit is contained in:
parent
fdc72a7caf
commit
a24bf4fb4b
5 changed files with 14 additions and 3 deletions
|
|
@ -976,6 +976,8 @@ model Product {
|
|||
vatIncluded Boolean?
|
||||
expenseType String?
|
||||
|
||||
calcVat Boolean @default(true)
|
||||
|
||||
status Status @default(CREATED)
|
||||
statusOrder Int @default(0)
|
||||
|
||||
|
|
@ -1097,7 +1099,6 @@ model Quotation {
|
|||
|
||||
code String
|
||||
|
||||
actorName String
|
||||
workName String
|
||||
contactName String
|
||||
contactTel String
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue