File Structure:
- seed_database.js
- config.json
- models/
- index.js
- User.js
- UserType.js
Make sure that the SQL configs are in config.json.
$ node seed_database.js
It's important to node that the models/User.js contains an associate function. Read more at: http://sequelizejs.com/articles/express#models-index-js