I would like to list all migrations and the db status (whether a migration has been applied or not).
I'm looking for an equivalent of rails rake db:migrate:status
.
example output from rake db:migrate:status
:
database: dev
Status Migration ID Migration Name
--------------------------------------------------
up 20180108162849 Add user table
up 20180110135954 Add article table
down 20180130152036 Add index to user