phalcon migration
--action=s Generates a Migration [generate|run]
--config=s Configuration file
--migrations=s Migrations directory
--directory=s Directory where the project was created
--table=s Table to migrate. Default: all
--version=s Version to migrate
--descr=s Migration description (used for timestamp based migration)
--data=s Export data [always|oncreate] (Import data when run migration)
--force Forces to overwrite existing migrations
--ts-based Timestamp based migration version
--log-in-db Keep migrations log in the database table rather than in file
--no-auto-increment Disable auto increment (Generating only