From 2831038d565be2e30644884175a0b97de415f3f5 Mon Sep 17 00:00:00 2001 From: Jack Goh Date: Thu, 2 Aug 2018 10:36:49 +0800 Subject: [PATCH] fix typo in migration --- .../2018_05_08_032048_create_china_bank_slips_table.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/database/migrations/2018_05_08_032048_create_china_bank_slips_table.php b/database/migrations/2018_05_08_032048_create_china_bank_slips_table.php index c9e54898..3368053a 100644 --- a/database/migrations/2018_05_08_032048_create_china_bank_slips_table.php +++ b/database/migrations/2018_05_08_032048_create_china_bank_slips_table.php @@ -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');