One more question here (sorry, getting up to speed...
# help
n
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
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.
n
Word! Can you point me to any docs on triggers?
oh I see, I got it
neat
ok thanks