tinyInteger('sort_on')->default(1)->after('dashboard_currency'); }); } public function down() { Schema::table('settings', function (Blueprint $table) { $table->dropColumn('sort_on'); }); } };