This should help

Code:
ALTER TABLE table_name
 ADD CONSTRAINT constraint_name
 UNIQUE (column_name)
Regards