I have a database with 3 columns:
id, name, somethingelse
This table has no index set and i am getting \"No index defined!\" in phpmyadmin
ALTER TABLE your_table ADD PRIMARY KEY (Drugid);