You can remove a column / field from a mysql table using this syntax:
ALTER TABLE 'table_name' DROP 'column_name';