integer('sort')->default(0); }); } /** * Reverse the migrations. * * @return void */ public function down() { Schema::table('transit_lines', function (Blueprint $table) { $table->dropColumn('sort'); }); } }