Cloning a project or a db

Hey, I want to switch from dev to production, and most of my db was made using the interface instead of sql queries. I'd love to know if there's a way of cloning the database to a new project or creating a similar one, or at least clone the tables.

I couldn't find anything on that yet. If there isn't, can someone help me with some sort of workaround on how to extract everything about my db (except the data itself, like the entries) and spawn a new one? I would greatly appreciate it!
Was this page helpful?