mysql中的普通字段,是否也可以设置auto_increment属性? 貌似只有主键才可以设置这个自增属性?
你可以先试试,但是会报错:there can be only one auto column and it must be defined as a key只能有一个自增字段,而且它必须是一个键(key),这个键不一定非得是主键,可以是其他键(外键或者唯一键)
不可以设置auto_increment属性