How to Remove a Migration in Laravel
I wanted to delete a laravel migration because I named it incorrectly so I had to follow the steps to rollback.
I found this article on StackOverflow that showed me what to do to delete a migration I accidentally created a migration with a bad name (command: php artisan migrate:make). I did not