feat: add timestamp field to request lits
This commit is contained in:
parent
c1ac3845ce
commit
60d8e4e15d
1 changed files with 3 additions and 0 deletions
|
|
@ -1406,6 +1406,9 @@ model RequestData {
|
||||||
flow Json?
|
flow Json?
|
||||||
|
|
||||||
requestWork RequestWork[]
|
requestWork RequestWork[]
|
||||||
|
|
||||||
|
createdAt DateTime @default(now())
|
||||||
|
updatedAt DateTime @updatedAt
|
||||||
}
|
}
|
||||||
|
|
||||||
enum RequestWorkStatus {
|
enum RequestWorkStatus {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue