Use the Name edit box to set the index name.
The Index Type dropdown list defines the type of the table index.
Normal
NORMAL indexes are the most basic indexes, and have no restraints such as uniqueness.Unique
UNIQUE indexes are the same as NORMAL indexes with one difference - all values of the indexed column(s) must only occur once.Full Text
FULL TEXT indexes are used by MySQL in full-text searches.