1、编码规范
主键约束: alter table tp1 add id int(3) auto_increment primary key;
唯一约束:alter table tp1 modify iphone int(6) UNIQUE KEY;