Running this file will produce output like the following:
Executes Angel migrations.
Usage: migration_runner <command> [arguments]
Global options:
-h, --help Print this usage information.
Available commands:
help Display help information for migration_runner.
refresh Resets the database, and then re-runs all migrations.
reset Resets the database.
rollback Undoes the last batch of migrations.
up Runs outstanding migrations.
Run "migration_runner help <command>" for more information about a command.
The migration runner keeps track of a migrations table, in order to be able to keep track of which migrations it has run.