Skip to content

Commit

Permalink
Update 2016_05_02_193213_create_gateway_transactions_table.php
Browse files Browse the repository at this point in the history
  • Loading branch information
hpakdaman committed May 7, 2016
1 parent 02bb4a2 commit d3b381c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ public function up()
$table->string('ip', 20)->nullable();
$table->timestamp('payment_date')->nullable();
$table->timestamps();
$table->softDeletes();
});
}

Expand Down

0 comments on commit d3b381c

Please sign in to comment.