dropColumn('description12'); $table->dropColumn('description34'); $table->dropColumn('description56'); $table->dropColumn('description78'); $table->dropColumn('objective_id'); }); } /** * Reverse the migrations. * * @return void */ public function down() { // } }