mysql set campo único
ALTER TABLE mytbl ADD UNIQUE (columnName);
Easy Eland
ALTER TABLE mytbl ADD UNIQUE (columnName);