npm install
npm run typeorm migration:run -- -t=false
env-cmd -f .env.development npm run typeorm migration:generate -- -p -n YourMigrationName
env-cmd -f .env.development npm run typeorm migration:run -- -t=false
env-cmd -f .env.production.local npm run typeorm migration:run -- -t=false
env-cmd -f .env.development npm run typeorm migration:revert
PLEASE ONLY USE IN DEVELOPMENT!
env-cmd -f .env.development npm run typeorm -- schema:sync
npm install "git+ssh://git@mx-git25060.ringus-solution.com:eatizen/database/db-schema.git#develop" --save
npm install "git+https://mx-git25060.ringus-solution.com/eatizen/database/db-schema.git#develop" --save