Rails Migration Status
To get rails migration status use the following command:
rails db:migrate:status
this prints a list of all the migrations with either up or down next to it which is really helpful for rolling back or maintaining consistent state among multiple databases
Last Updated: 12/07/2023
Published: 12/07/2023