Skip to content

Commit df80055

Browse files
committed
add soft deletes to test migration
1 parent 1cdf7c3 commit df80055

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/TestCase.php

+1
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,7 @@ function ($table) {
138138
$table->integer('user_id')->unsigned();
139139
$table->text('body');
140140
$table->timestamps();
141+
$table->softDeletes();
141142
}
142143
);
143144
}

0 commit comments

Comments
 (0)