cowview.frm 804 B

123456789101112131415
  1. TYPE=VIEW
  2. query=select `heatwatch`.`cow`.`intPastureId` AS `intPastureId`,`heatwatch`.`cow`.`intCowId` AS `intCowId`,if((`heatwatch`.`cow`.`intCurFetal` = 1),\'头胎\',\'经产\') AS `ttjc` from `heatwatch`.`cow`
  3. md5=0a877f90011d89f33b812b1bdff53607
  4. updatable=1
  5. algorithm=0
  6. definer_user=roo
  7. definer_host=%
  8. suid=1
  9. with_check_option=0
  10. timestamp=2022-12-14 10:07:38
  11. create-version=1
  12. source=select `cow`.`intPastureId` AS `intPastureId`,`cow`.`intCowId` AS `intCowId`,if(`cow`.`intCurFetal` = 1,\'头胎\',\'经产\') AS `ttjc` from `cow`
  13. client_cs_name=utf8
  14. connection_cl_name=utf8_general_ci
  15. view_body_utf8=select `heatwatch`.`cow`.`intPastureId` AS `intPastureId`,`heatwatch`.`cow`.`intCowId` AS `intCowId`,if((`heatwatch`.`cow`.`intCurFetal` = 1),\'头胎\',\'经产\') AS `ttjc` from `heatwatch`.`cow`