ALTER TABLE `shares` ADD `count_view` int(11) DEFAULT NULL AFTER `is_post`;


ALTER TABLE `brochure_notifications` ADD `count_view` int(11) DEFAULT 0;
