chore: clean up

This commit is contained in:
Methapon Metanipat 2024-11-07 08:49:56 +07:00
parent da372dc6fd
commit daebea490f
2 changed files with 1 additions and 4 deletions

View file

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