I want to use only the migrations that I have in the database/migrations
folder since I have other migrations from a package that I do not want to use anymore. I'm using the php artisan migrate --path=/database/migrations
command, however it returns Nothing to migrate
even though the migration files are in that address.