Making an updatedAt Field in Postgres #1398
Unanswered
ggrantrowberry
asked this question in
Q&A
Replies: 1 comment
-
It's not yet implemented. You can follow this issue #956 to get updates. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I've looked around in the documentation as well as some tutorials and I haven't been able to find a solution to this. I want to make an updatedAt field that gets updated automatically when the record gets updated. In Prisma they use @updatedat. Is there a way to do this?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions