update migration

This commit is contained in:
Jack Goh
2018-08-02 11:58:33 +08:00
parent fd1020fb8c
commit 504474ab29
@@ -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();
});
}