alter table objects_additional_information add commission_agency_type enum ('price', 'percent') not null default 'percent'; ALTER TABLE `objects_additional_information` ADD `video_url_tour` TEXT CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NULL DEFAULT NULL COMMENT 'Ссылка на 3D-тур' AFTER `video_url_vk`;