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');