dropIndex('search'); }); Schema::table('books', function(Blueprint $table) { $table->dropIndex('search'); }); Schema::table('chapters', function(Blueprint $table) { $table->dropIndex('search'); }); } }