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