Running this file will produce output like the following:
ExecutesAngel3migrations.Usage:migration_runner<command> [arguments]Globaloptions:-h,--helpPrintthisusageinformation.Availablecommands:helpDisplayhelpinformationformigration_runner.refreshResetsthedatabase,andthenre-runsallmigrations.resetResetsthedatabase.rollbackUndoesthelastbatchofmigrations.upRunsoutstandingmigrations.Run"migration_runner help <command>"formoreinformationaboutacommand.
The migration runner keeps track of a migrations table, in order to be able to keep track of which migrations it has run.