It's easy to execute migration locally on XAMPP using cmd, but on server where you script is it's little bit harder.
It's easy to execute migration locally on XAMPP using cmd, but on server where you script is it's little bit harder.
In this wiki I will show how to copy a schema from a database to another one
To accomplish the task of changing Migration table's name, by default tbl_migration, you need to add the following in your ./protected/config/console.php.