#ALTER TABLE `t_user` ADD unique(`password`); 添加唯一性约束ALTER TABLE `t_user` DROP INDEX password;取消唯一性约束