refactor: adjust field

This commit is contained in:
Methapon Metanipat 2024-10-15 09:42:16 +07:00
parent fdc72a7caf
commit a24bf4fb4b
5 changed files with 14 additions and 3 deletions

View file

@ -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