alter table add unique index in mysql code example Example: mysql set field unique ALTER TABLE mytbl ADD UNIQUE (columnName);