Skip to content

Commit 0995f73

Browse files
authored
Merge pull request #902 from cakephp/improve-help
Minor improvement to help
2 parents e85b572 + a4a3a58 commit 0995f73

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Command/BakeMigrationCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ public function getOptionParser(): ConsoleOptionParser
176176
* The types are the abstract database column types in CakePHP.
177177
* The <warning>?</warning> value indicates if a column is nullable.
178178
e.x. <warning>role:string?</warning>.
179-
* Length option must be enclosed in <warning>[]</warning>, for example: <warning>name:string[100]</warning>.
179+
* Length option must be enclosed in <warning>[]</warning>, for example: <warning>name:string?[100]</warning>.
180180
* The <warning>index</warning> attribute can define the column as having a unique
181181
key with <warning>unique</warning> or a primary key with <warning>primary</warning>.
182182

0 commit comments

Comments
 (0)