I want to change my Primary field in MySQL database. First I added a new field to serve as the Primary but when I selected Primary from the drop down menu it says Primary field already exists. Is there a way to change my original Primary to Index w/o having to delete it?
Sorry new to DB's.
Is a Primary field always required? I'm not sure I really need one so I'm just creating one with Auto increment selected so the rows are numbered.