I have a table of games, which is described as follows:
+---------------+-------------+------+-----+---------+----------------+ | Field | Type
The best thing that worked for me was to recreate the table.
CREATE TABLE newtable SELECT * FROM oldtable GROUP BY field1,field2;
You can then rename.