I ran laravel migration for given path dir
only in new database.
Only migrations file from database/dmf_migrations
directory is run.
And then half-way I get this Base table already exists
error.
Here's the last migration run with batch no. 127:
I want to delete this existing table and run migrate again.
After deleting the table, can I continue with php artisan migrate --path=database/dmf_migrations
or do I need to reset or rollback?