We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79f73f0 commit 640e774Copy full SHA for 640e774
docs/getting-started/database-dumper/index.md
@@ -7,9 +7,6 @@ To get started, execute the `schema:dump` command:
7
8
```bash
9
php artisan schema:dump
10
-
11
-# Dump the current database schema and prune all existing migrations...
12
-php artisan schema:dump --prune
13
```
14
15
You can read more about the operation of this console command in
0 commit comments