ALTER TABLE `Author` DROP `fff`;
ALTER TABLE `Author` ADD `Country` VARCHAR(30) NOT NULL AFTER `Books`;