타입스크립트 사용 시 TypeORM 공식 문서에 따른 명령어는 에러가 발생하여 사용하지 못한다. Migrations | typeormOnce you get into production you'll need to synchronize model changes into the database. Typically, it is unsafe to use synchronize: true for schema synchronization on production once you get data in your database. Here is where migrations come to help. Aorkhan.gitbook.io 공식문서 상 명령어npx typeorm-ts-node-esm migration:generat..