Implement migrate:fresh #860
Labels
enhancement
A feature that exists, works as intended but needs to be improved
feature request
A feature that does not yet exist but will be a good addition to the library
Describe the feature as you'd like to see it
The command
migrate:refresh
allows you to rollback all the migrations and run it again. But if your migrations are corrupted you won't be able to rollback everything.It would be nice to have a
migrate:fresh
to give the database a fresh start. Just like Laravel does.What do we currently have to do now?
You can drop all the tables manually and migrate again.
Additional context
Add any other context or screenshots about the feature request here.
No.
No.
The text was updated successfully, but these errors were encountered: