Running Migrations
cd api/db
npx sequelize-cli db:migrate
Undoing the most recent Migration
cd api/db
npx sequelize-cli db:migrate:undo
example:
npx sequelize-cli model:generate --name rowCounter --attributes count:integer,projectId:integer,name:string,userId:integer
HTTPS=true npm start
heroku run bash --app notions-app