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 12e5d12 commit 07450f9Copy full SHA for 07450f9
README.md
@@ -56,13 +56,13 @@ php artisan db:migrate --schema-from=foo --schema-to=bar
56
### For Certain Tables
57
58
```bash
59
-php artisan db:migrate --schema-from=foo --schema-to=bar --tables=table1 --tables=table2 --tables=table3
+php artisan db:migrate --schema-from=foo --schema-to=bar --tables=table1 --tables=table2
60
```
61
62
### Exclude Certain Tables
63
64
65
-php artisan db:migrate --schema-from=foo --schema-to=bar --exclude=table1 --exclude=table2 --exclude=table3
+php artisan db:migrate --schema-from=foo --schema-to=bar --exclude=table1 --exclude=table2
66
67
68
where:
0 commit comments