File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -174,13 +174,13 @@ This command truncates all the tables of your current database connection:
174174php artisan db:truncate
175175```
176176```
177- INFO Preparing database.
177+ INFO Preparing database.
178178
179- Truncating table: failed_jobs ........................................................... .............................................. 135ms DONE
180- Truncating table: migrations ........................................................... ................................................ 87ms DONE
181- Truncating table: password_reset_tokens ........................................................... ..................................... 79ms DONE
182- Truncating table: personal_access_tokens ........................................................... .................................... 86ms DONE
183- Truncating table: users ........................................................... ..................................................... 78ms DONE
179+ Truncating table: failed_jobs .............................................. 135ms DONE
180+ Truncating table: migrations ................................................ 87ms DONE
181+ Truncating table: password_reset_tokens ..................................... 79ms DONE
182+ Truncating table: personal_access_tokens .................................... 86ms DONE
183+ Truncating table: users ..................................................... 78ms DONE
184184```
185185
186186## Testing
You can’t perform that action at this time.
0 commit comments