db trigger for auth.users
want to create a record in public.profiles table when a user is registered
7 Replies
This shows an example... https://supabase.com/docs/guides/auth/managing-user-data
i not able to follow this
when i try to create trigger it only shows tables from public schema
You have to use SQL to create a trigger on auth like the link shows.

its no where written to do by sql
thanks though

The only example it shows is by doing SQL for all of it...
You can create the function with the UI.
The UI does not allow access to change Supabase schemas.
yep
thanks