Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: othercorey <[email protected]>
  • Loading branch information
markstory and othercorey authored Sep 20, 2022
1 parent d5feb0c commit fddd6c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Command/BakeMigrationCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ public function getOptionParser(): ConsoleOptionParser
* The types are the abstract database column types in CakePHP.
* The <warning>?</warning> value indicates if a column is nullable.
e.x. <warning>role:string?</warning>.
* Length option must be enclosed in <warning>[]</warning> e.x. <warning>name:string[100]</warning>
* Length option must be enclosed in <warning>[]</warning>, for example: <warning>name:string[100]</warning>.
* The <warning>index</warning> attribute can define the column as having a unique
key with <warning>unique</warning> or a primary key with <warning>primary</warning>.
Expand Down

0 comments on commit fddd6c8

Please sign in to comment.