-
-
Notifications
You must be signed in to change notification settings - Fork 404
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feature #1345 [make:migration] Format the generated migration sql by …
…passing `--formatted` to the command Co-authored-by: Maxime Pinot <contact@maximepinot.com>
- Loading branch information
1 parent
8182644
commit 744ad00
Showing
3 changed files
with
22 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,7 @@ | ||
The <info>%command.name%</info> command generates a new migration: | ||
|
||
<info>php %command.full_name%</info> | ||
|
||
You can also generate a formatted migration with this option: | ||
|
||
<info>php %command.full_name% --formatted</info> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters