how to add unique key in mysql in table creation code example Example: mysql set field unique ALTER TABLE mytbl ADD UNIQUE (columnName);