Skip to content

Commit

Permalink
Bug Fix
Browse files Browse the repository at this point in the history
Migration had some problems during Failed Transaction.
  • Loading branch information
tzsk authored Dec 26, 2016
1 parent 2cfaf36 commit d132bac
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ public function up()
$table->string('txnid');
$table->string('mihpayid');
$table->string('firstname');
$table->string('lastname');
$table->string('email');
$table->string('phone');
$table->double('amount');
Expand Down

0 comments on commit d132bac

Please sign in to comment.