illview.frm 3.0 KB

123456789101112131415
  1. TYPE=VIEW
  2. query=select `evtill`.`intPastureId` AS `intPastureId`,`evtill`.`intEvtId` AS `intEvtId`,`evtill`.`intCowId` AS `evtCowId`,`evtill`.`dateEvtDate` AS `evtillDate`,`heatwatch`.`classlist`.`varName` AS `illvarName`,`heatwatch`.`illnotify`.`intSymptom` AS `intSymptom`,`heatwatch`.`illnotify`.`varReason` AS `varReason`,`heatwatch`.`employee`.`varEmployeeName` AS `illPersoner`,`evtill`.`varNotes` AS `varillNotes` from (((`heatwatch`.`events` `evtill` join `heatwatch`.`illnotify` on(((`heatwatch`.`illnotify`.`intEvtId` = `evtill`.`intEvtId`) and (`heatwatch`.`illnotify`.`intPastureId` = `evtill`.`intPastureId`)))) left join `heatwatch`.`classlist` on(((`heatwatch`.`illnotify`.`intClass` = `heatwatch`.`classlist`.`intClassListId`) and (`heatwatch`.`illnotify`.`intPastureId` = `heatwatch`.`classlist`.`intPastureId`)))) left join `heatwatch`.`employee` on(((`evtill`.`intPersoner` = `heatwatch`.`employee`.`intEmployeeId`) and (`evtill`.`intPastureId` = `heatwatch`.`employee`.`intPastureId`))))
  3. md5=1a3bda37742fbe568469d2840c07c923
  4. updatable=0
  5. algorithm=0
  6. definer_user=root
  7. definer_host=localhost
  8. suid=1
  9. with_check_option=0
  10. timestamp=2022-12-14 10:07:38
  11. create-version=1
  12. source=select `evtill`.`intPastureId` AS `intPastureId`,`evtill`.`intEvtId` AS `intEvtId`,`evtill`.`intCowId` AS `evtCowId`,`evtill`.`dateEvtDate` AS `evtillDate`,`classlist`.`varName` AS `illvarName`,`illnotify`.`intSymptom` AS `intSymptom`,`illnotify`.`varReason` AS `varReason`,`employee`.`varEmployeeName` AS `illPersoner`,`evtill`.`varNotes` AS `varillNotes` from (((`events` `evtill` join `illnotify` on(`illnotify`.`intEvtId` = `evtill`.`intEvtId` and `illnotify`.`intPastureId` = `evtill`.`intPastureId`)) left join `classlist` on(`illnotify`.`intClass` = `classlist`.`intClassListId` and `illnotify`.`intPastureId` = `classlist`.`intPastureId`)) left join `employee` on(`evtill`.`intPersoner` = `employee`.`intEmployeeId` and `evtill`.`intPastureId` = `employee`.`intPastureId`))
  13. client_cs_name=utf8
  14. connection_cl_name=utf8_general_ci
  15. view_body_utf8=select `evtill`.`intPastureId` AS `intPastureId`,`evtill`.`intEvtId` AS `intEvtId`,`evtill`.`intCowId` AS `evtCowId`,`evtill`.`dateEvtDate` AS `evtillDate`,`heatwatch`.`classlist`.`varName` AS `illvarName`,`heatwatch`.`illnotify`.`intSymptom` AS `intSymptom`,`heatwatch`.`illnotify`.`varReason` AS `varReason`,`heatwatch`.`employee`.`varEmployeeName` AS `illPersoner`,`evtill`.`varNotes` AS `varillNotes` from (((`heatwatch`.`events` `evtill` join `heatwatch`.`illnotify` on(((`heatwatch`.`illnotify`.`intEvtId` = `evtill`.`intEvtId`) and (`heatwatch`.`illnotify`.`intPastureId` = `evtill`.`intPastureId`)))) left join `heatwatch`.`classlist` on(((`heatwatch`.`illnotify`.`intClass` = `heatwatch`.`classlist`.`intClassListId`) and (`heatwatch`.`illnotify`.`intPastureId` = `heatwatch`.`classlist`.`intPastureId`)))) left join `heatwatch`.`employee` on(((`evtill`.`intPersoner` = `heatwatch`.`employee`.`intEmployeeId`) and (`evtill`.`intPastureId` = `heatwatch`.`employee`.`intPastureId`))))