CREATE OR REPLACE DEFINER=`root`@`localhost` SQL SECURITY DEFINER VIEW `vn2008`.`cooler_path_detail` AS SELECT `cpd`.`id` AS `cooler_path_detail_id`, `cpd`.`coolerPathFk` AS `cooler_path_id`, `cpd`.`hallway` AS `pasillo` FROM `vn`.`coolerPathDetail` `cpd`