LoginSignup
0
0

More than 3 years have passed since last update.

[CakePHP 3.x] migration,seed command

Last updated at Posted at 2020-05-19

Technical requirement

  • CakePHP 3.5

Official reference

CakePHP Cookbook 3.x - Migrations

Command

Migration

bin/cake migrations migrate

Migration rollback

bin/cake migrations rollback

Migration create

bin/cake migrations create MyCustomMigration

Seed

bin/cake migrations seed

Seed --seed

Specify only one seeder.

bin/cake migrations seed --seed [seeding class name]
0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0