We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e85b572 + a4a3a58 commit 0995f73Copy full SHA for 0995f73
1 file changed
src/Command/BakeMigrationCommand.php
@@ -176,7 +176,7 @@ public function getOptionParser(): ConsoleOptionParser
176
* The types are the abstract database column types in CakePHP.
177
* The <warning>?</warning> value indicates if a column is nullable.
178
e.x. <warning>role:string?</warning>.
179
-* Length option must be enclosed in <warning>[]</warning>, for example: <warning>name:string[100]</warning>.
+* Length option must be enclosed in <warning>[]</warning>, for example: <warning>name:string?[100]</warning>.
180
* The <warning>index</warning> attribute can define the column as having a unique
181
key with <warning>unique</warning> or a primary key with <warning>primary</warning>.
182
0 commit comments