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