Join Slack
Powered by
hi guys, I'm new to prisma and wanted to ask if th...
# orm-help
m
Maisnam Raju
09/14/2021, 9:10 AM
hi guys, I'm new to prisma and wanted to ask if there is a way to use timestamp as in
1631610606
instead of the default datetime format ?
r
Ryan
09/14/2021, 9:40 AM
Not at the moment. But you can store the epoch in an Int field instead of DateTime.
3
Views
Open in Slack
Previous
Next