fuelphpのscafold使ってみたら、migrationでtable doesn't existが出たの巻

fuelphpのscafold使ってみたら、migrationでtable doesn't existが出たの巻

fuelphpのmigrationでtable doesn't existが出る scafoldを試そうとして、下記を実行したらエラーになった。 oil refine migrate エラーは↓な感じ Uncaught exception Fuel\Core\Database_Exception: Table 'hoge.migration' doesn't exist 結局、原因はわからなかったが、手動でmigrationテーブルを作成したらうまくいった。 他の環境では新規のときに自動で作成してくれたのに・・・ CREATE TABLE IF NOT EXISTS `migration` (…