create table demo (id int primary key auto_increment, name char(10) unique key, age int);
mysql——主键自动增长&唯一索引
原文:https://www.cnblogs.com/xiaostudy/p/9373982.html