dropColumn('text'); }); } /** * Reverse the migrations. * * @return void */ public function down() { Schema::table('songs', function(Blueprint $table) { $table->text('text'); }); } }