i'm creating a datetime field, is there a way to d...
# prisma-whats-new
c
i'm creating a datetime field, is there a way to default the value to the time the record is created?
n
you can define a function for the
TRANSFORM_ARGUMENT
step of the mutation
that does this
c
ah, so there's no "sysdate" equivalent?
n
I don't know what
sysdate
is. But no, there is not 😄