Skip to content

Instantly share code, notes, and snippets.

@nikeshashar
Created November 10, 2016 12:46
Show Gist options
  • Select an option

  • Save nikeshashar/0b5021e886554003b137d56c93d3f45a to your computer and use it in GitHub Desktop.

Select an option

Save nikeshashar/0b5021e886554003b137d56c93d3f45a to your computer and use it in GitHub Desktop.
$ node_modules/.bin/sequelize init
$ node_modules/.bin/sequelize model:create --name User --attributes username:string
$ node_modules/.bin/sequelize model:create --name Listing --attributes title:string,description:text
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment