Join Slack
Powered by
Hi everyone, is it possible to use unix timestamps...
# orm-help
f
Francis
08/08/2022, 11:36 PM
Hi everyone, is it possible to use unix timestamps or millisecond unix timestamps for createdAt and updatedAt?
👀 1
a
Austin
08/15/2022, 7:41 PM
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.
2
Views
Open in Slack
Previous
Next