hi guys, I'm new to prisma and wanted to ask if th...
# orm-help
m
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
Not at the moment. But you can store the epoch in an Int field instead of DateTime.