Skip to content

Commit 07450f9

Browse files
Update README.md
1 parent 12e5d12 commit 07450f9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,13 +56,13 @@ php artisan db:migrate --schema-from=foo --schema-to=bar
5656
### For Certain Tables
5757

5858
```bash
59-
php artisan db:migrate --schema-from=foo --schema-to=bar --tables=table1 --tables=table2 --tables=table3
59+
php artisan db:migrate --schema-from=foo --schema-to=bar --tables=table1 --tables=table2
6060
```
6161

6262
### Exclude Certain Tables
6363

6464
```bash
65-
php artisan db:migrate --schema-from=foo --schema-to=bar --exclude=table1 --exclude=table2 --exclude=table3
65+
php artisan db:migrate --schema-from=foo --schema-to=bar --exclude=table1 --exclude=table2
6666
```
6767

6868
where:

0 commit comments

Comments
 (0)