ALTER TABLE `reports_items` CHANGE `on_overflow` `on_overflow` ENUM( 'nothing', 'truncate', '...', 'scale' ) NOT NULL DEFAULT 'nothing'; ALTER TABLE `reports_items` DROP `lines`; ALTER TABLE `reports_items` DROP `face` ;