在添加主键 自动编号那里报错
alter table users add column id smallint unsigned primary auto_increment;
ERROR 1064 (42000): You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'auto_increment' at line 1