chore: add field for later use

This commit is contained in:
Methapon2001 2024-12-03 13:36:31 +07:00
parent e5e8737f09
commit c492daaee2

View file

@ -1192,6 +1192,7 @@ model WorkProduct {
product Product @relation(fields: [productId], references: [id], onDelete: Cascade)
productId String
installmentNo Int @default(0)
stepCount Int @default(0)
attributes Json?
createdAt DateTime @default(now())