ERROR 1067 (42000) at line 26: Invalid default value for 'create_time'

没想到建立全文索引的时候,报错。以下:mysql> create fulltext index tc on article_draft(`title`,`content`);ERROR 1067 (42000): Invalid default value for 'create_time'html 方法/步骤 想用INNODB的全文索引,因此就升级了数据库到5.7.17。mysql 不想添加索引
相关文章
相关标签/搜索