clear migrate [flags...] [arg...]
Manage migration state of your database
--help # Displays help for the current command.
--no-color # Cancel color output
--verbose, -v # Display verbose informations during execution
down # Downgrade your database to a specific migration version
rollback # Rollback the last up migration
seed # Call the seeds data
status # Return the current state of the database
up # Upgrade your database to a specific migration version