====== MySQL - Add unique to an existing column ====== ALTER TABLE table_name ADD UNIQUE (existing_column);