Im trying to get my server up and running and connected to my postgres db but I keep getting this error:
rs/Desktop/Jobletics/models/employer.js:7
username: DataTypes.STRING,
^
TypeError: Cannot read property 'STRING' of undefined
Here is the code in gist:
https://gist.github.com/rahul1346/cb8e93796c8af9ebd77e
What am I passing incorrectly?