Skip to content

Instantly share code, notes, and snippets.

@lucasalvessouza
Created September 20, 2017 02:17
Show Gist options
  • Select an option

  • Save lucasalvessouza/fc9d20bbf1e18921bb2270a5b575c2e1 to your computer and use it in GitHub Desktop.

Select an option

Save lucasalvessouza/fc9d20bbf1e18921bb2270a5b575c2e1 to your computer and use it in GitHub Desktop.

Revisions

  1. lucasalvessouza created this gist Sep 20, 2017.
    7 changes: 7 additions & 0 deletions gistfile1.txt
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,7 @@
    CREATE TABLE data_climate (
    id int NOT NULL AUTO_INCREMENT,
    data varchar(25) NOT NULL,
    id_event varchar(20),
    json_data varchar(500),
    PRIMARY KEY (id)
    );