updatedAt timestamp update on DB row update
Whats the best way to update Postgres values for
updatedAt
--- I'm assuming there's a drizzle helper ? Can't find anything1 Reply
No support for it yet, 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...