MySQL Set Field Unique
ALTER TABLE mytbl ADD UNIQUE (columnName);
Easy Eland
ALTER TABLE mytbl ADD UNIQUE (columnName);