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])
|
requestWork RequestWork @relation(fields: [requestWorkId], references: [id])
|
||||||
requestWorkId String
|
requestWorkId String
|
||||||
|
|
||||||
|
attributes Json?
|
||||||
|
|
||||||
@@id([step, requestWorkId])
|
@@id([step, requestWorkId])
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue