Posts by JonhCanedo • 21 points
1 post
-
2
votes3
answers5245
viewsA: Run a specific Migration on Laravel 5.6
If you have access to the database, just access the table migrations and delete the record from the table. Then execute the command php artisan migrate again.