One more question here (sorry, getting up to speed!): is there a way to configure supabase to create a row in a table for every user that signs up? I want to automatically generate API keys for users
k
ktosiek
12/30/2021, 8:41 PM
Setting up a trigger on auth.users should work, but I have no idea if it won't affect supabase's own migrations in the future.