Why does php artisan migrate nothing?
问题 Running "php artisan migrate" does nothing: no database modifications, no message(olso no "nothing to migrate"), no error. No records are being added to table migrations as well. Previously, the command "php artisan migrate" was working fine. One of the migration files in folder database/migrations has this content: <?php use Illuminate\Database\Schema\Blueprint; use Illuminate\Database\Migrations\Migration; class VidsTableEdit14 extends Migration { /** * Run the migrations. * * @return void