db branching and prisma

How would you go about using the new supabase branching feature if you are using prisma migrations to manage your migration?

Would supabase create its own migration when merging a branch and would this conflic with running prisma migrations?

Is the way to go to ditch prisma migrations and just db push on dev branch then merge branch and supabase handles it?
Was this page helpful?