Auto update for updated_at

Any thoughts on how I could implement an auto updated field triggered on updates only on Postgres?

I see onUpdateNow() for MySql. Seems Postgres supports triggers for this. Can/should I use Postgres triggers via Drizzle?

If not, does it make sense to send the updated_at over the wire from the client?
Was this page helpful?