Hello guys, just clarifying something with supabase database. Is the column name, updated_at automatically creates a trigger for updates? I created a table without updated_at column and then later on I decided that I need it, after adding the updated_at column it just works without me explicitly assigning functions and triggers.
Sorry guys my bad, I have the triggers I just missed it.
new.updated_at = now()
.