查看索引 show index from 数据库表名 alter table 数据库add index 索引名称(数据库字段名称) PRIMARY KEY(主键索引) ALTER TABLE `table_name` ADD PRIMARY KEY ( `column` ) UNIQUE(唯一索引) Read More
posted @ 2016-04-13 01:59 Convert Views(416) Comments(0) Diggs(0)