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 dd411b6 commit ee273dbCopy full SHA for ee273db
src/Console/Migrate.php
@@ -14,8 +14,8 @@
14
final class Migrate extends Command
15
{
16
protected $signature = 'db:migrate'
17
- . ' {--schema-from : Source connection name}'
18
- . ' {--schema-to : Target connection name}';
+ . ' {--schema-from= : Source connection name}'
+ . ' {--schema-to= : Target connection name}';
19
20
protected $description = 'Data transfer from one database to another';
21
0 commit comments