Hello to all! When I was writing a project in python / django, there was a wonderful addition to South , which made it possible to build migration files based on the project model files and database tables.
Now I am involved in creating a project that is written in php / Yii, the database is MySQL. What tools are there for creating either .sql migration files at once, or some intermediate files that the migrator directly applies to the database itself?