mirror of
https://gitlab.com/omair-personal/exchange.git
synced 2026-08-19 04:24:08 +00:00
update migration
This commit is contained in:
+1
-1
@@ -15,7 +15,7 @@ class MakeChinaBeneficiaryAccNulabbleInBeneficiarysettingTable extends Migration
|
||||
{
|
||||
Schema::table('setting_active_banks', function (Blueprint $table) {
|
||||
$table->dropForeign('setting_active_banks_beneficiary_id_foreign');
|
||||
$table->integer('beneficiary_id')->nullable()->unsigned()->change();
|
||||
$table->integer('beneficiary_id')->nullable()->change();
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user