Advertisement
Guest User

Untitled

a guest
Sep 19th, 2019
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.00 KB | None | 0 0
  1. "Field" "Type" "Null" "Key" "Default" "Extra"
  2. "obj_id" "int(11) unsigned" "NO" "PRI" NULL ""
  3. "property_id" "int(11) unsigned" "YES" "" NULL ""
  4. "building_id" "int(11) unsigned" "YES" "" NULL ""
  5. "itc_number" "varchar(500)" "YES" "" NULL ""
  6. "unit" "varchar(500)" "YES" "" NULL ""
  7. "operating_status" "varchar(500)" "YES" "" NULL ""
  8. "unit_count" "int(11) unsigned" "YES" "" NULL ""
  9. "year_of_construction" "year(4)" "YES" "" NULL ""
  10. "latest_maintenance" "datetime" "YES" "" NULL ""
  11. "unit_type" "varchar(500)" "YES" "" NULL ""
  12. "nominal_heating_load_in_kW" "float unsigned" "YES" "" NULL ""
  13. "exit_count_hot_water_distribution" "int(11) unsigned" "YES" "" NULL ""
  14. "nominal_heat_transfer_load_in_kW" "float unsigned" "YES" "" NULL ""
  15. "total_storage_volume_in_l" "float unsigned" "YES" "" NULL ""
  16. "pumps_count" "varchar(500)" "YES" "" NULL ""
  17. "pump_power_output_in_W" "float" "YES" "" NULL ""
  18. "circulation_available" "char(1)" "YES" "" NULL ""
  19. "heat_generator" "varchar(100)" "YES" "" NULL ""
  20. "central_or_decentral" "varchar(50)" "YES" "" NULL ""
  21. "supplied_area" "varchar(50)" "YES" "" NULL ""
  22. "hotwater_usage_type" "varchar(50)" "YES" "" NULL ""
  23. "hotwater_usage_starttime_weekday" "text" "YES" "" NULL ""
  24. "hotwater_usage_endtime_weekday" "text" "YES" "" NULL ""
  25. "hotwater_usage_starttime_weekend" "text" "YES" "" NULL ""
  26. "hotwater_usage_endtime_weekend" "text" "YES" "" NULL ""
  27. "pipe_length_total_in_m" "float" "YES" "" NULL ""
  28. "location" "text" "YES" "" NULL ""
  29. "notes" "text" "YES" "" NULL ""
  30. "last_edited" "timestamp" "NO" "" "CURRENT_TIMESTAMP" "on update CURRENT_TIMESTAMP"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement