创建表报错
来源:5-8 Sequelize个性化配置与数据维护策略

weixin_慕工程4183851
2020-09-07
(node:46509) [SEQUELIZE0002] DeprecationWarning: The logging-option should be either a function or false. Default: console.log
(node:46509) [SEQUELIZE0006] DeprecationWarning: This database engine version is not supported, please update your database server. More information https://github.com/sequelize/sequelize/blob/master/ENGINE.md
Executing (default): CREATE TABLE IF NOT EXISTS Users
(id
INTEGER auto_increment , nickname
VARCHAR(255), email
VARCHAR(255), password
VARCHAR(255), openid
VARCHAR(64) UNIQUE, createdAt
DATETIME NOT NULL, updatedAt
DATETIME NOT NULL, PRIMARY KEY (id
)) ENGINE=InnoDB;
Executing (default): SHOW INDEX FROM Users
1回答
-
weixin_慕工程4183851
提问者
2020-09-07
提示要我升级数据库服务器
00
相似问题