TRPCClientError when creating a db entry without `updatedAt` value?
Guys, this is my prisma schema:
Every time I try to create an entry, it fails because I didn't provide a value for
Thanks!
Using t3-app.
Every time I try to create an entry, it fails because I didn't provide a value for
updatedAt. How to fix?Thanks!
Using t3-app.
Solution
this is a prisma question not a trpc one. based on the error sounds like you need to provide a value for updatedAt