Hi,
I installed the devtools and I can exec phalcon migrate generate
.
When I enter: phalcon migration run
I get this error message.
Error: Migration class cannot be found UsersMigration_101 at /home/yangqi/www/compass/migrations/1.0.1/users.php
And how to use up and down functions when I need modify tables ?
/**
* Run the migrations
*
* @return void
*/
public function up()
{
}
/**
* Reverse the migrations
*
* @return void
*/
public function down()
{
}
Thanks for you help! Kevin