Hi all, I need to solve a problem: migrations. At the moment I just work with migrations written by hand. Its awful and slow. What kind of approach du you use to manage database migrations and consequently deploy of your app?
And, … exists a way to create a schema starting from models?