chore: clean up
This commit is contained in:
parent
da372dc6fd
commit
daebea490f
2 changed files with 1 additions and 4 deletions
|
|
@ -1246,7 +1246,6 @@ model QuotationWorker {
|
|||
id String @id @default(cuid())
|
||||
|
||||
no Int
|
||||
code String
|
||||
employee Employee @relation(fields: [employeeId], references: [id])
|
||||
employeeId String
|
||||
quotation Quotation @relation(fields: [quotationId], references: [id], onDelete: Cascade)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue