File tree Expand file tree Collapse file tree 6 files changed +7
-7
lines changed
tutorials-and-examples/cms Expand file tree Collapse file tree 6 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 6363- [ Authorization] ( https://book.cakephp.org/authorization/3/ )
6464- [ Bake] ( https://book.cakephp.org/bake/3/ )
6565- [ Debug Kit] ( https://book.cakephp.org/debugkit/5/ )
66- - [ Migrations] ( https://book.cakephp.org/migrations/4 / )
66+ - [ Migrations] ( https://book.cakephp.org/migrations/5 / )
6767- [ Elasticsearch] ( https://book.cakephp.org/elasticsearch/4/ )
6868- [ Phinx] ( https://book.cakephp.org/phinx/0/en/ )
6969- [ Chronos] ( https://book.cakephp.org/chronos/3/ )
Original file line number Diff line number Diff line change @@ -144,7 +144,7 @@ bin/cake migrations migrate
144144
145145# Step 4: (Optional) Generate and run seed data
146146bin/cake bake seed Articles
147- bin/cake migrations seed
147+ bin/cake seeds run Articles
148148```
149149
150150``` php [Migration File]
Original file line number Diff line number Diff line change 11# Migrations
22
3- This page has [ moved] ( https://book.cakephp.org/migrations/4 / ) .
3+ This page has [ moved] ( https://book.cakephp.org/migrations/5 / ) .
Original file line number Diff line number Diff line change @@ -198,7 +198,7 @@ The seed data above stores passwords in **plain text** for initial setup purpose
198198Run the seeders:
199199
200200``` bash
201- bin/cake migrations seed
201+ bin/cake seeds run
202202```
203203
204204### Option B: Using Raw SQL
@@ -321,7 +321,7 @@ conventions will save you time as you can leverage the convention-based defaults
321321CakePHP provides.
322322
323323::: tip Learn More
324- Read more about database migrations and seeding in the [ Migrations documentation] ( https://book.cakephp.org/migrations/4 / ) .
324+ Read more about database migrations and seeding in the [ Migrations documentation] ( https://book.cakephp.org/migrations/5 / ) .
325325:::
326326
327327With the database built, we can now build our [ Models] ( ../../tutorials-and-examples/cms/articles-model ) .
Original file line number Diff line number Diff line change 6464- [ Authorization] ( https://book.cakephp.org/authorization/2/ )
6565- [ Bake] ( https://book.cakephp.org/bake/2/ja/ )
6666- [ Debug Kit] ( https://book.cakephp.org/debugkit/4/ja/ )
67- - [ Migrations] ( https://book.cakephp.org/migrations/3/ja / )
67+ - [ Migrations] ( https://book.cakephp.org/migrations/5 / )
6868- [ Elasticsearch] ( https://book.cakephp.org/elasticsearch/3/ja/ )
6969- [ Phinx] ( https://book.cakephp.org/phinx/0/ja/ )
7070- [ Chronos] ( https://book.cakephp.org/chronos/2/ja/ )
Original file line number Diff line number Diff line change 11# Migrations
22
3- このページは [ 移動しました] ( https://book.cakephp.org/migrations/3/ja / ) 。
3+ このページは [ 移動しました] ( https://book.cakephp.org/migrations/5 / ) 。
You can’t perform that action at this time.
0 commit comments