2025-02-20 07:48:49 +00:00
|
|
|
CREATE OR REPLACE DEFINER=`vn`@`localhost`
|
2024-01-15 11:31:03 +00:00
|
|
|
SQL SECURITY DEFINER
|
|
|
|
VIEW `vn2008`.`cl_res`
|
|
|
|
AS SELECT `c`.`id` AS `id`,
|
|
|
|
`c`.`description` AS `responsable`,
|
|
|
|
`c`.`responsability` AS `sensibility`
|
|
|
|
FROM `vn`.`claimResponsible` `c`
|