keep job creation date as text for compatibility
This commit is contained in:
parent
882b4db228
commit
f3fa0a1944
3 changed files with 3 additions and 3 deletions
|
|
@ -31,7 +31,7 @@ model Job {
|
|||
/// The ID of the user who created the job
|
||||
userId Int @map("user_id")
|
||||
/// The date and time when the job was created
|
||||
dateCreated DateTime @map("date_created")
|
||||
dateCreated String @map("date_created")
|
||||
/// The current status of the job
|
||||
status String @default("not started")
|
||||
/// The number of files associated with the job
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue