我正在尝试使用sequelize cli生成模型,并且抛出错误,这是我生成模型和错误的命令。
我正在使用sequelize,nodejs,express和mysql
$ sequelize model:create --name User --attributes name:string
Sequelize CLI [Node: 8.10.0, CLI: 5.4.0, ORM: 2.0.0-rc1]
ERROR: Attribute 'name:string' cannot be parsed: Cannot read property 'STRING' of undefined