How to updateNow for datetime?
How can I automatically update a datetime when the row is updated for mySQL?
3 Replies
There is an open feature request for this: https://github.com/drizzle-team/drizzle-orm/issues/956
GitHub
[FEATURE]: Prisma's
updatedAt
behavior. onUpdate
API suggestion...Describe what you want Prisma has awesome feature such as declaring a column with @updatedAt which updates that column with a new timestamp every time the record updates. Instead of suggesting to a...
thanks
any updates on this?