Skip to content

Commit 12e5d12

Browse files
Update README.md
1 parent f9b2461 commit 12e5d12

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
@@ -53,13 +53,13 @@ parameters:
5353
php artisan db:migrate --schema-from=foo --schema-to=bar
5454
```
5555

56-
### Only Specific Tables
56+
### For Certain Tables
5757

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

62-
### Exclude Specific Tables
62+
### Exclude Certain Tables
6363

6464
```bash
6565
php artisan db:migrate --schema-from=foo --schema-to=bar --exclude=table1 --exclude=table2 --exclude=table3

0 commit comments

Comments
 (0)