The Run task compares the current version of the database with the target version and then executes the necessary commands to bring the database up to
date.

To run all the migrations and upgrade the database use:
./bin/phinx migrate -c application/phinx.php

This command will run all the migrations within /migrations/.