ALTER TABLE `profile` ADD `is_pdf_subscriber` tinyint(1) NULL DEFAULT '0' AFTER `representant_id`; ALTER TABLE `prepayment_count` ADD `request_count` bigint(20) NOT NULL DEFAULT '0' AFTER `discount`, ADD `request_discount` float(18,2) NOT NULL DEFAULT '1' AFTER `request_count`; ALTER TABLE `event` ADD `region_id` bigint(20) NOT NULL AFTER `date_to`, ADD `city` varchar(255) COLLATE 'utf8_czech_ci' NULL AFTER `region_id`;