If you have a stubborn phpmyadmin column that wont delete due to a foreign key then use this sql code below.
ALTER TABLE workers DROP FOREIGN KEY worker_fk0; ALTER TABLE workers DROP COLUMN skillsid;
workers
worker_fk0
skillsid