TIL TypeORM TypeORMのmigration:generateではEntityファイル削除が検知されない 2024年8月30日 Entityファイルを削除してmigration:generateコマンドを実行してもマイグレーションファイルは生成されない。 migration:create -n sqlで空のマイグレーションファイルを生成して手動でup, downメソッドそれぞれ手動で定義する必要がある。 エンティティとスキーマで同期して欲しいような気もするが、このIssueについてはまだ議論の余地がありそう。 migration:generate does not automatically drop tables · Issue #7814 · typeorm/typeormIssue Description When I create an entity, generate a migration, and run said migration, it creates a table for the entity in the mysql database as expected. When I delete the entity, and attempt t...github.com TOP ← Previous S3.Client.list_objects_v2のcontinuationTokenでリスト結果のページネーション Next → i18n対応でテキスト中にリンクを埋め込む方法(react-i18nextの場合)