[ NestJS ] No changes in database schema were found - cannot generate a migration. To create a new empty migration use "typeorm migration:create" command

jwkwon0817·2024년 7월 26일
0

Backend

목록 보기
24/32
post-thumbnail

오류 메시지

$ yarn typeorm migration:generate src/migrations/[TABLE] -d dataSource.ts

No changes in database schema were found - cannot generate a migration. To create a new empty migration use "typeorm migration:create" command

dataSource.ts, package.json을 올바르게 적었는데도 위와 같은 오류가 발생한다면 DB에 있는 내용을 초기화하지 않아서 생기는 문제일 수 있다.

CREATE QUERY 생성을 위한 테이블을 삭제하고 다시 명령어를 시도해보니 해결됐다.

profile
SRIHS 119th SW

0개의 댓글