tinyInteger('order')->after('threshold')->default(0); }); } /** * Reverse the migrations. * * @return void */ public function down() { Schema::table('metrics', function (Blueprint $table) { $table->dropColumn('order'); }); } }