File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -168,19 +168,22 @@ class MyTest extends TestCase
168168
169169---
170170
171- This command truncates all the tables of your current database connection:
171+ This command truncates all the tables of your current database connection. Checkout ` --help ` to see arguments and options.
172+ It for instance, lets you also truncate only ** specific** tables or disable ** foreigen key checks** or maybe run in ** force** mode.
172173
173174``` bash
174175php artisan db:truncate
175176```
176177```
177- INFO Preparing database .
178+ INFO Start truncating tables .
178179
179180Truncating table: failed_jobs .............................................. 135ms DONE
180181Truncating table: migrations ................................................ 87ms DONE
181182Truncating table: password_reset_tokens ..................................... 79ms DONE
182183Truncating table: personal_access_tokens .................................... 86ms DONE
183184Truncating table: users ..................................................... 78ms DONE
185+
186+ INFO Finished truncating tables.
184187```
185188
186189## Testing
You can’t perform that action at this time.
0 commit comments