尝试将节点服务器(Express)与Postgres后端同步时获取DataType错误(Sequelize)

时间:2015-03-03 21:38:42

标签: node.js postgresql express sequelize.js

我试图启动并运行我的服务器并连接到我的postgres数据库,但我一直收到此错误:

rs/Desktop/Jobletics/models/employer.js:7
        username: DataTypes.STRING,
                           ^
TypeError: Cannot read property 'STRING' of undefined

以下是gist中的代码:

https://gist.github.com/rahul1346/cb8e93796c8af9ebd77e

我错误地传递了什么?

1 个答案:

答案 0 :(得分:1)

DataTypes未定义。它不存在。回过头来看看它的来源,找出原因。