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.
2 parents 7e8a5f2 + fea1dea commit 35b629fCopy full SHA for 35b629f
Docs/Documentation/Examples.md
@@ -4,7 +4,7 @@
4
5
Firstly you need to create a migration to populate the database for you create the migration you need to run this command:
6
7
-``` bin/cake migration create MyCustomMigration ``` and in the change method you need to create the entries, for example:
+``` bin/cake migrations create MyCustomMigration ``` and in the change method you need to create the entries, for example:
8
9
```php
10
public function change()
0 commit comments