feat: add work step attribute field

This commit is contained in:
Methapon Metanipat 2024-11-22 11:02:13 +07:00
parent deb28ab67b
commit e568451ef0

View file

@ -1447,5 +1447,7 @@ model RequestWorkStepStatus {
requestWork RequestWork @relation(fields: [requestWorkId], references: [id])
requestWorkId String
attributes Json?
@@id([step, requestWorkId])
}