rabin 6 years ago
parent
commit
bd69d8897b
41 changed files with 41 additions and 0 deletions
  1. 1 0
      runtime/postgresql/article_category
  2. 1 0
      runtime/postgresql/content
  3. 1 0
      runtime/postgresql/content_help
  4. 1 0
      runtime/postgresql/device_gateway
  5. 1 0
      runtime/postgresql/device_group
  6. 1 0
      runtime/postgresql/device_info
  7. 1 0
      runtime/postgresql/device_mul
  8. 1 0
      runtime/postgresql/device_mul_queue
  9. 1 0
      runtime/postgresql/device_page
  10. 1 0
      runtime/postgresql/device_pic
  11. 1 0
      runtime/postgresql/device_printer
  12. 1 0
      runtime/postgresql/device_printer_log
  13. 1 0
      runtime/postgresql/device_set_condition
  14. 1 0
      runtime/postgresql/device_set_loop
  15. 1 0
      runtime/postgresql/device_set_timing
  16. 1 0
      runtime/postgresql/device_type
  17. 1 0
      runtime/postgresql/farm
  18. 1 0
      runtime/postgresql/farm_env
  19. 1 0
      runtime/postgresql/farm_product
  20. 1 0
      runtime/postgresql/farm_user
  21. 1 0
      runtime/postgresql/farm_work
  22. 1 0
      runtime/postgresql/farm_work_category
  23. 1 0
      runtime/postgresql/farm_work_land
  24. 1 0
      runtime/postgresql/farm_work_method
  25. 1 0
      runtime/postgresql/hardware
  26. 1 0
      runtime/postgresql/hardware_type
  27. 1 0
      runtime/postgresql/log
  28. 1 0
      runtime/postgresql/manage_admin
  29. 1 0
      runtime/postgresql/manage_log
  30. 1 0
      runtime/postgresql/manage_role
  31. 1 0
      runtime/postgresql/msg
  32. 1 0
      runtime/postgresql/msg_type
  33. 1 0
      runtime/postgresql/notice_type
  34. 1 0
      runtime/postgresql/origin_batch
  35. 1 0
      runtime/postgresql/origin_growth
  36. 1 0
      runtime/postgresql/web_article
  37. 1 0
      runtime/postgresql/web_article_category
  38. 1 0
      runtime/postgresql/web_help
  39. 1 0
      runtime/postgresql/web_help_category
  40. 1 0
      runtime/postgresql/web_menu
  41. 1 0
      runtime/postgresql/web_set

+ 1 - 0
runtime/postgresql/article_category

@@ -0,0 +1 @@
+[["id", 1], ["farm_id", 2], ["name", 3], ["state", 4], ["cdate", 5]]

+ 1 - 0
runtime/postgresql/content

@@ -0,0 +1 @@
+[["id", 1], ["name", 2], ["youshi", 3], ["mobile", 4], ["buy", 5], ["pic", 6], ["state", 7], ["cdate", 8]]

+ 1 - 0
runtime/postgresql/content_help

@@ -0,0 +1 @@
+[["id", 1], ["name", 2], ["content", 3], ["state", 4], ["cdate", 5]]

+ 1 - 0
runtime/postgresql/device_gateway

@@ -0,0 +1 @@
+[["id", 1], ["farm_id", 2], ["name", 3], ["hardware_id", 4], ["pic", 5], ["camera", 6], ["stat", 7], ["state", 8], ["cdate", 9]]

+ 1 - 0
runtime/postgresql/device_group

@@ -0,0 +1 @@
+[["id", 1], ["farm_id", 2], ["name", 3], ["page_id", 4], ["devices", 5], ["inorder", 6], ["state", 7], ["cdate", 8]]

+ 1 - 0
runtime/postgresql/device_info

@@ -0,0 +1 @@
+[["id", 1], ["farm_id", 2], ["name", 3], ["hardware_id", 4], ["hardware_type", 5], ["gateway_id", 6], ["type_id", 7], ["value", 8], ["exp", 9], ["max", 10], ["min", 11], ["cxnum", 12], ["cxtype", 13], ["cxdate", 14], ["status", 15], ["state", 16], ["cdate", 17], ["udate", 18]]

+ 1 - 0
runtime/postgresql/device_mul

@@ -0,0 +1 @@
+[["id", 1], ["farm_id", 2], ["name", 3], ["devices", 4], ["oper", 5], ["value", 6], ["old", 7], ["device_type", 8], ["state", 9], ["cdate", 10]]

+ 1 - 0
runtime/postgresql/device_mul_queue

@@ -0,0 +1 @@
+[["id", 1], ["farm_id", 2], ["mul_id", 3], ["device_id", 4], ["value", 5], ["status", 6], ["operstate", 7], ["operdate", 8], ["oper", 9], ["state", 10], ["cdate", 11], ["inorder", 12]]

+ 1 - 0
runtime/postgresql/device_page

@@ -0,0 +1 @@
+[["id", 1], ["farm_id", 2], ["name", 3], ["ico", 4], ["inorder", 5], ["stat", 6], ["state", 7], ["cdate", 8]]

+ 1 - 0
runtime/postgresql/device_pic

@@ -0,0 +1 @@
+[["id", 1], ["farm_id", 2], ["gateway_id", 3], ["device_id", 4], ["pic", 5], ["state", 6], ["cdate", 7]]

+ 1 - 0
runtime/postgresql/device_printer

@@ -0,0 +1 @@
+[["id", 1], ["farm_id", 2], ["name", 3], ["host", 4], ["state", 5], ["cdate", 6]]

+ 1 - 0
runtime/postgresql/device_printer_log

@@ -0,0 +1 @@
+[["id", 1], ["farm_id", 2], ["uid", 3], ["printer_id", 4], ["table_name", 5], ["table_id", 6], ["content", 7], ["num", 8], ["state", 9], ["cdate", 10]]

+ 1 - 0
runtime/postgresql/device_set_condition

@@ -0,0 +1 @@
+[["id", 1], ["farm_id", 2], ["devices", 3], ["gateway_id", 4], ["device_id", 5], ["oper", 6], ["condition", 7], ["value", 8], ["notice", 9], ["status", 10], ["state", 11], ["cdate", 12]]

+ 1 - 0
runtime/postgresql/device_set_loop

@@ -0,0 +1 @@
+[["id", 1], ["farm_id", 2], ["devices", 3], ["datetype", 4], ["oper", 5], ["loop", 6], ["hour", 7], ["minute", 8], ["state", 9], ["cdate", 10]]

+ 1 - 0
runtime/postgresql/device_set_timing

@@ -0,0 +1 @@
+[["id", 1], ["farm_id", 2], ["devices", 3], ["oper", 4], ["zdate", 5], ["status", 6], ["state", 7], ["cdate", 8]]

+ 1 - 0
runtime/postgresql/device_type

@@ -0,0 +1 @@
+[["id", 1], ["name", 2], ["key", 3], ["unit", 4], ["exp", 5], ["state", 6], ["cdate", 7]]

+ 1 - 0
runtime/postgresql/farm

@@ -0,0 +1 @@
+[["id", 1], ["name", 2], ["info", 3], ["pic", 4], ["location", 5], ["tel", 6], ["address", 7], ["welcome", 8], ["master_name", 9], ["master_pic", 10], ["gateway", 11], ["state", 12], ["cdate", 13]]

+ 1 - 0
runtime/postgresql/farm_env

@@ -0,0 +1 @@
+[["id", 1], ["farm_id", 2], ["name", 3], ["device_id", 4], ["type_id", 5], ["inorder", 6], ["state", 7], ["cdate", 8]]

+ 1 - 0
runtime/postgresql/farm_product

@@ -0,0 +1 @@
+[["id", 1], ["farm_id", 2], ["name", 3], ["area", 4], ["yields", 5], ["charact", 6], ["notice", 7], ["pic", 8], ["status", 9], ["state", 10], ["cdate", 11]]

+ 1 - 0
runtime/postgresql/farm_user

@@ -0,0 +1 @@
+[["id", 1], ["farm_id", 2], ["username", 3], ["mobile", 4], ["password", 5], ["state", 6], ["cdate", 7]]

+ 1 - 0
runtime/postgresql/farm_work

@@ -0,0 +1 @@
+[["id", 1], ["farm_id", 2], ["amount", 3], ["category_id", 4], ["method_id", 5], ["land_id", 6], ["pic", 7], ["workdate", 8], ["state", 9], ["cdate", 10]]

+ 1 - 0
runtime/postgresql/farm_work_category

@@ -0,0 +1 @@
+[["id", 1], ["farm_id", 2], ["name", 3], ["state", 4], ["cdate", 5]]

+ 1 - 0
runtime/postgresql/farm_work_land

@@ -0,0 +1 @@
+[["id", 1], ["farm_id", 2], ["name", 3], ["state", 4], ["cdate", 5]]

+ 1 - 0
runtime/postgresql/farm_work_method

@@ -0,0 +1 @@
+[["id", 1], ["farm_id", 2], ["name", 3], ["category_id", 4], ["state", 5], ["cdate", 6]]

+ 1 - 0
runtime/postgresql/hardware

@@ -0,0 +1 @@
+[["id", 1], ["farm_id", 2], ["hardware_id", 3], ["hardware_type", 4], ["device_id", 5], ["gateway_id", 6], ["state", 7], ["cdate", 8]]

+ 1 - 0
runtime/postgresql/hardware_type

@@ -0,0 +1 @@
+[["id", 1], ["name", 2], ["key", 3], ["state", 4], ["cdate", 5]]

+ 1 - 0
runtime/postgresql/log

@@ -0,0 +1 @@
+[["id", 1], ["farm_id", 2], ["gateway_id", 3], ["content", 4], ["state", 5], ["cdate", 6]]

+ 1 - 0
runtime/postgresql/manage_admin

@@ -0,0 +1 @@
+[["id", 1], ["role_id", 2], ["username", 3], ["mobile", 4], ["password", 5], ["state", 6], ["cdate", 7]]

+ 1 - 0
runtime/postgresql/manage_log

@@ -0,0 +1 @@
+[["id", 1], ["admin_id", 2], ["model", 3], ["method", 4], ["data", 5], ["state", 6], ["cdate", 7]]

+ 1 - 0
runtime/postgresql/manage_role

@@ -0,0 +1 @@
+[["id", 1], ["name", 2], ["auth", 3], ["top", 4], ["oper", 5], ["state", 6], ["cdate", 7]]

+ 1 - 0
runtime/postgresql/msg

@@ -0,0 +1 @@
+[["id", 1], ["farm_id", 2], ["device_id", 3], ["uid", 4], ["type_id", 5], ["link", 6], ["content", 7], ["push", 8], ["status", 9], ["state", 10], ["cdate", 11]]

+ 1 - 0
runtime/postgresql/msg_type

@@ -0,0 +1 @@
+[["id", 1], ["name", 2], ["key", 3], ["push", 4], ["state", 5], ["cdate", 6]]

+ 1 - 0
runtime/postgresql/notice_type

@@ -0,0 +1 @@
+[["id", 1], ["name", 2], ["key", 3], ["state", 4], ["cdate", 5]]

+ 1 - 0
runtime/postgresql/origin_batch

@@ -0,0 +1 @@
+[["id", 1], ["farm_id", 2], ["name", 3], ["zzdate", 4], ["csdate", 5], ["devices", 6], ["land_id", 7], ["product_id", 8], ["device_camera_id", 9], ["amount", 10], ["number", 11], ["state", 12], ["cdate", 13]]

+ 1 - 0
runtime/postgresql/origin_growth

@@ -0,0 +1 @@
+[["id", 1], ["farm_id", 2], ["batch_id", 3], ["name", 4], ["date", 5], ["pic", 6], ["state", 7], ["cdate", 8]]

+ 1 - 0
runtime/postgresql/web_article

@@ -0,0 +1 @@
+[["id", 1], ["category_id", 2], ["name", 3], ["link", 4], ["content", 5], ["pic", 6], ["state", 7], ["cdate", 8]]

+ 1 - 0
runtime/postgresql/web_article_category

@@ -0,0 +1 @@
+[["id", 1], ["name", 2], ["state", 3], ["cdate", 4]]

+ 1 - 0
runtime/postgresql/web_help

@@ -0,0 +1 @@
+[["id", 1], ["category_id", 2], ["name", 3], ["content", 4], ["state", 5], ["cdate", 6]]

+ 1 - 0
runtime/postgresql/web_help_category

@@ -0,0 +1 @@
+[["id", 1], ["name", 2], ["state", 3], ["cdate", 4]]

+ 1 - 0
runtime/postgresql/web_menu

@@ -0,0 +1 @@
+[["id", 1], ["name", 2], ["link", 3], ["reorder", 4], ["state", 5], ["cdate", 6]]

+ 1 - 0
runtime/postgresql/web_set

@@ -0,0 +1 @@
+[["id", 1], ["name", 2], ["keywords", 3], ["description", 4], ["passtel", 5], ["tel", 6], ["icp", 7], ["buy", 8], ["mobile", 9], ["state", 10], ["cdate", 11]]