fix migration
This commit is contained in:
@@ -24,7 +24,7 @@ return new class extends Migration
|
|||||||
public function down(): void
|
public function down(): void
|
||||||
{
|
{
|
||||||
Schema::table('user_gateways', function (Blueprint $table) {
|
Schema::table('user_gateways', function (Blueprint $table) {
|
||||||
$table->dropColumn('client_id', 'client_secret','status');
|
$table->dropColumn(['client_id', 'client_secret','status']);
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user