Copying schema from different branches
I just found about branches on supabase and I have created a few branches.
However, I need to copy the schema from main to the newly created branches.
What's the most eloquent/recommended way of doing this?
2 Replies
I've never used branching but I think one of the key selling point is that it already does this that you are asking about. It should copy your table schemas over. Or are you referring to Postgres database schemas?
i dont see options to copy schema over on the branch creations step