chore: update migration
This commit is contained in:
parent
af6d915106
commit
5fa8b00d4f
2 changed files with 8 additions and 1 deletions
|
|
@ -580,7 +580,6 @@ model WorkService {
|
|||
createdAt DateTime @default(now())
|
||||
updateBy String?
|
||||
updatedAt DateTime @updatedAt
|
||||
productId String?
|
||||
|
||||
@@id([workId, serviceId])
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue