错误:无法解析属性“:无法读取未定义的属性'dataType'

时间:2019-08-19 08:58:43

标签: sequelize-cli

我正在使用以下cli命令创建document_types表
allprojects { repositories { google() jcenter() maven { url "http://dl.bintray.com/glomadrian/maven" } } }

1 个答案:

答案 0 :(得分:1)

解决方案:删除不同属性之间逗号后的空格,以避免错误,正确的命令是 sequelize model:create --name User --attributes name:string, username:string, email:string, password:string