make a field unique in mysql while creating code example Example: mysql set field unique ALTER TABLE mytbl ADD UNIQUE (columnName);