Can it generate migrations for updates since the last generation?
Lets say I'm constructing db structure from EER diagram. Creating, updating, etc. Suppose I generated initial set of migrations. What happens if I change db structure as usually from EER diagram. Will it be able to detect the fact and create migration for changes only?
Seems like a useful feature, but not sure if its entirely possible... If you can come up with a way to do it, I'd definitely merge the PR.
I do not have time to work on something like this, but I definitely could use this on a project I am working on --would be absolutely brilliant!
I think something like this is way out of scope for the current project. Not sure if someone has an idea on how to achieve this?