chore: add field for later use
This commit is contained in:
parent
e5e8737f09
commit
c492daaee2
1 changed files with 1 additions and 0 deletions
|
|
@ -1192,6 +1192,7 @@ model WorkProduct {
|
||||||
product Product @relation(fields: [productId], references: [id], onDelete: Cascade)
|
product Product @relation(fields: [productId], references: [id], onDelete: Cascade)
|
||||||
productId String
|
productId String
|
||||||
installmentNo Int @default(0)
|
installmentNo Int @default(0)
|
||||||
|
stepCount Int @default(0)
|
||||||
attributes Json?
|
attributes Json?
|
||||||
|
|
||||||
createdAt DateTime @default(now())
|
createdAt DateTime @default(now())
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue