How to use a schema(dbDesigner) to create all tables in Supabase?

Hi! I have database schema with all my table and relationships. I'd like to not go an one by one create a table and set the foreign keys when it's already done in my schema. Is there a way to do this in supabase? Thanks!
Was this page helpful?