Error: Entity metadata for ◯◯ was not found. Check if you specified a correct entity object and if it’s connected in the connection options.

TypeORMのマイグレーション時に出たエラー。

Error: Entity metadata for ◯◯◯#◯◯◯was not found. Check if you specified a correct entity object and if it’s connected in the connection options.

※◯◯◯の部分はエンティティ名とカラム名

 

結論からいうと、.entityのファイル名のつけ忘れが原因でした。

たとえばormconfig.js で

 entities: ['src/entities/**/*.entity.ts'],

みたいに書いてる場合は、ファイル名に.entityを含めないとダメ・・・みたいな話し。

 

おわり

Node.js
スポンサーリンク
この記事を書いた人
penpen

1991生まれ。WEBエンジニア。

技術スタック:TypeScript/Next.js/Express/Docker/AWS

フォローする
フォローする

コメント

タイトルとURLをコピーしました