feat: add updated at to step status
This commit is contained in:
parent
a0bb23e1e8
commit
1789fe1de0
1 changed files with 1 additions and 0 deletions
|
|
@ -1612,6 +1612,7 @@ model RequestWork {
|
|||
model RequestWorkStepStatus {
|
||||
step Int
|
||||
workStatus RequestWorkStatus @default(Pending)
|
||||
updatedAt DateTime @default(now()) @updatedAt
|
||||
|
||||
requestWork RequestWork @relation(fields: [requestWorkId], references: [id], onDelete: Cascade)
|
||||
requestWorkId String
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue