The problem is that I have this error: [PDOException] SQLSTATE[42S01]: Base table or view already exists: 1050 Table 'songs' already exists This is my migration file: <?php use Illuminate\Database\Schema\Blueprint; use Illuminate\Database\Migrations\Migration; class CreateSongsTable extends Migration { public function up() { Schema::create('songs', function (Blueprint $table) { $table->increments(