Trigger Function
I currently have this trigger and function to add a new row to my public users table whenever a new user signs up.
How do I also trigger a function that adds a row in the
My
Thank you!
How do I also trigger a function that adds a row in the
folder table with the name set to 'default' and the userId set to the new user that was just created?My
folder table has the following columns: id, name, userIdThank you!