migrations for phalcon
php migrate --install
php migrate --run
--run Execute the migration
--create ? Generate a Migrate File,ex: php migrate --create users
--update ? Generate a Migrate File,ex: php migrate --update users
--delete ? Generate a Migrate File,ex: php migrate --delete users
--install Create the migration repository
--help or -h Display this help message