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 f9b2461 commit 12e5d12Copy full SHA for 12e5d12
README.md
@@ -53,13 +53,13 @@ parameters:
53
php artisan db:migrate --schema-from=foo --schema-to=bar
54
```
55
56
-### Only Specific Tables
+### For Certain Tables
57
58
```bash
59
php artisan db:migrate --schema-from=foo --schema-to=bar --tables=table1 --tables=table2 --tables=table3
60
61
62
-### Exclude Specific Tables
+### Exclude Certain Tables
63
64
65
php artisan db:migrate --schema-from=foo --schema-to=bar --exclude=table1 --exclude=table2 --exclude=table3
0 commit comments