drawdb-io / drawdb

Free, simple, and intuitive online database design tool and SQL generator.
https://drawdb.vercel.app
MIT License
12.08k stars 851 forks source link

Automatically generate migration #145

Open dora-exku opened 4 days ago

dora-exku commented 4 days ago

I use golang migrate to manage database tables I hope to save each structural change as a version In this way, I can directly export the SQL script of the newly added fields when exporting