@@ -28,6 +28,9 @@ return new class extends Migration
{
Schema::table('users', function (Blueprint $table) {
$table->dropColumn('oauth_id');
+ });
+
+ Schema::table('users', function (Blueprint $table) {
$table->dropColumn('oauth_provider');
});
}