LoginSignup
19
16

More than 5 years have passed since last update.

FuelPHPでoil refine migrateを使ってもDBに反映されない

Posted at
//モデル作成
$ php oil g model hoge email:string password:string name:varchar[50]

//データベースに反映
$ php oil refine migrate

FuelPHPにて、テーブルとモデルを作成するために、
上記のようにoilコマンドを実行した際に、

Already on the latest migration for app:default.マイグレーションは最新の状態です

と表示された場合の対処法です。

解決策

このような時は、下記のoilコマンドを実行します。

oil refine migrate:current
19
16
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
19
16