Created
November 10, 2016 12:46
-
-
Save nikeshashar/0b5021e886554003b137d56c93d3f45a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $ 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