1075- Incorrect table definition; there can be only one auto column and it must be defined as a key.

错误记录:

1075- Incorrect table definition; there can be only one auto column and it must be defined as a key.

错误原因:

一个数据表中只能有一个自动递增字段。

解决方案:

将除主键外的其他自增字段取消自增。

posted @ 2024-07-11 11:26  黄文Rex  阅读(38)  评论(0)    收藏  举报