I know Microsoft wants us to use Dataverse as the back-end for Power Apps (I want to too).
In a previous life, as a developer, I would design databases using a schema editor and generate SQL create scripts that would allow me to bring up and tear down MySQL databases very quickly. I could also add dummy data easily by just running the script.
Is there an equivalent design workflow for Dataverse. I just find using GUI to build databases with many tables and columns very challenging. I much prefer working in a schema editor or a text-based script.
What about version control on database designs? How is that handled?