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 c7ce3f1 commit 6f50c43Copy full SHA for 6f50c43
README.md
@@ -45,12 +45,6 @@ where:
45
* `foo` - Source connection name
46
* `bar` - Target connection name
47
48
-For example:
49
-
50
-```bash
51
-$ php artisan db:migrate --schema-from=foo --schema-to=bar
52
-```
53
54
The command will perform all migrations on the source and destination databases and transfer all records from the old to the new one.
55
56
Enjoy 😊
0 commit comments