CREATE OR REPLACE DEFINER=`root`@`localhost`
	SQL SECURITY DEFINER
	VIEW `vn2008`.`thermograph`
AS SELECT `t`.`id` AS `thermograph_id`,
	`t`.`model` AS `model`
FROM `vn`.`thermograph` `t`