Hi everyone, is it possible to use unix timestamps...
# orm-help
f
Hi everyone, is it possible to use unix timestamps or millisecond unix timestamps for createdAt and updatedAt?
👀 1
a
Hey Francis! Depending on your database, it might be possible to define a custom database function and specify it in your schema using
@dbgenerated
(docs). I would love to hear more about your use case.