<p class="intro">mysql添加唯一约束语句 Alter table 表名 add unique(列名);</p> mysql添加唯一约束语句<br> Alter table 表名 add unique(列名);