I’m not sure why one would prefer using Yii’s migrate tool to keep track of db changes instead
of simply exporting .sql files as backups. Especially since the migrate tool doesn’t automatically
keep track of the changes (you have to program it to, by writing code in the up() and down() functions).
Why bother to do all that when exporting/importing backups would be faster?