On Primary Keys and phpMyAdmin 3.0
Hello all,
Im using phpMyAdmin to create my database and I'm a bit vexed with regards to assigning primary keys.
In version 3, when I'm defining fields in my tables, over second column to the right is a drop-down menu for Index. If I leave it alone, or if I use it to select Primary from the menu (Primary, Unique, Index, Fulltext) I end up with Primary highlighted when viewing the structure of the table. In fact, of the three variables I am using, INT, VARCHAR and TEXT, fields using INT and VARCHAR are showing up in the structure as primary. Only the text firld does not.
Is this right, or should I be choosing Index or Unique for the INT and VARCHAR defined fields that are not my primary key?
Thanks in advance!
Sincerely,
wordman
