daniq87
Results
1
issues of
daniq87
## What you are doing? node_modules/.bin/sequelize model:generate --name User --attributes username:string My **.sequelizesrc** file looks like: module.exports = { 'config': "config/local-development.json", 'options-path': "src/build/ports/database/migrations", 'models-path': "src/models" } ## What do you...