问题的全称是:there can be only one auto column and it must be defined as a key.
翻译过来就是:
1.只能有一个自增列;
2.它必须被定义为键(当然,id一般都是作为主键使用的)