Node/TypeORM

From Fundamental Ramen
< Node
Revision as of 10:11, 12 August 2020 by Tacoball (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
npm install typeorm --save
# make ormconfig.json
npx typeorm init

./node_modules/.bin/ts-node ./node_modules/.bin/typeorm migration:generate -n AddCityColumnToCompany
Image for post