hey all, quick one for you - it seems like some of...
# prisma-whats-new
j
hey all, quick one for you - it seems like some of my Types have the createdAt and updatedAt fields and some don't. Was this something that changed recently or am I missing something?
i
They are no longer automatically added
But they are 100% supported. Just have to add them manually now
j
does that mean I just make the fields as dates and write that into my mutate calls?
i
No. You write ‘createdAt: DateTime!’, for example, but GC will handle the rest. No need to pass them into mutations
I think there is still some notation in the console that it’s a system type
👍 1