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