you have already created an index on that column, remove the index and create a primary key in the same way (or even better put t in the create table statement) - you do know you get an index by default with a primary key right?

If you dont know how to add the primary key in the create table - read the manual