orm icon indicating copy to clipboard operation
orm copied to clipboard

Implement migrate:fresh

Open eaguad1337 opened this issue 1 year ago • 0 comments

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.

  • [ ] Is this a breaking change? No.

eaguad1337 avatar Oct 28 '23 22:10 eaguad1337