iwfm.gis.mysql_new_table

iwfm.gis.mysql_new_table(cur, table_name)[source]

Add a new table to a mysql database.

** example/template for future use **

Parameters:
  • cur (database object) – mysql database object

  • table_name (str) – name of table to add

Return type:

nothing