摘要: 唯一索引 唯一索引有两个功能: 加速查找和唯一约束(可含null) create table userinfo( id int not null auto_increment primary key, name varchar(20) not null, email varchar(64) not 阅读全文
posted @ 2018-10-18 22:09 吧啦吧啦吧啦 阅读(136) 评论(0) 推荐(0) 编辑