One of my migrations is not running with the php artisan command in Laravel 4
问题 I have several migrations I am running in Laravel 4. I use the php artisan migrate:rollback and php artisan migrate commands to populate the tables. Interestingly enough, one of my migrations has stopped working (cannot roll back). All of the others are working fine. I haven't changed anything to my knowledge. The migration in question is named: 2013_06_19_050252_create_artists_table.php And it looks like so: <?php use Illuminate\Database\Migrations\Migration; use Illuminate\Database\Schema