# mysql 常见操作

# 创建唯一索引

alter table xxxx add unique(`a`, `b`);
1

#