S
Supabase3mo ago
SY

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
silentworks
silentworks3mo ago
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?
SY
SYOP3mo ago
i dont see options to copy schema over on the branch creations step

Did you find this page helpful?