Supabase Date Protection Trigger Functions
3 min read
While you can create a default date value with now(), sometimes you don't want the user to be able to override that date. You also may want to have automatic updated_at date values.
First, create these functions which can be used on any t...
code-build.hashnode.dev2 min read