Programming Journal

学習したことの整理用です。

2022-02-15から1日間の記事一覧

NestJS with TypeORM Migrations

OverView NestJS * TypeORM Adding table columns using CLI ts-node and typeorm are already installed How to (1. Create an entity) 2. Adding table columns 3. Create a new migration 4. Run migrations Adding table columns / Edit entity file imp…