1、错误描述
2、错误原因
建表时id,勾选自动递增,不是null,但是没有将其设置成为主键
3、解决办法
将表中的id定义成主键
版权声明:本文为博主原创文章,未经博主允许不得转载。
1075 - Incorrect table definition;there can be only one auto column and it must be defined as a key
原文:http://blog.csdn.net/you23hai45/article/details/49336737