Skip to content

Commit

Permalink
add soft deletes to test migration
Browse files Browse the repository at this point in the history
  • Loading branch information
cmgmyr committed Apr 8, 2017
1 parent 1cdf7c3 commit df80055
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/TestCase.php
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,7 @@ function ($table) {
$table->integer('user_id')->unsigned();
$table->text('body');
$table->timestamps();
$table->softDeletes();
}
);
}
Expand Down

0 comments on commit df80055

Please sign in to comment.