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