fix typo in migration

This commit is contained in:
Jack Goh
2018-08-02 10:36:49 +08:00
parent 4fa1158a7c
commit 2831038d56
@@ -21,7 +21,7 @@ class CreateChinaBankSlipsTable extends Migration
$table->string('bank_address');
$table->string('swift');
$table->string('cnap');
$table->string('bank _branch');
$table->string('bank_branch');
$table->string('order_id');
$table->double('transfer_amount_needed');
$table->double('actual_transfer_amount');