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
updatedAt
. How to fix?
Thanks!
Using t3-app.Solution:Jump to solution
this is a prisma question not a trpc one. based on the error sounds like you need to provide a value for updatedAt
4 Replies
Solution
this is a prisma question not a trpc one. based on the error sounds like you need to provide a value for updatedAt
@trash_dev Interestingly enough, I'm watching your tRPC tutorial on youtube lol. Sorry about this post. Thanks!
haha awesome! hope itβs helpful π
Very, thanks!