feat: add work step attribute field
This commit is contained in:
parent
deb28ab67b
commit
e568451ef0
1 changed files with 2 additions and 0 deletions
|
|
@ -1447,5 +1447,7 @@ model RequestWorkStepStatus {
|
|||
requestWork RequestWork @relation(fields: [requestWorkId], references: [id])
|
||||
requestWorkId String
|
||||
|
||||
attributes Json?
|
||||
|
||||
@@id([step, requestWorkId])
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue