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 anything
I
ivanfeliciano261d ago
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...