Created
September 19, 2017 13:29
-
-
Save lucasalvessouza/3176fb9c2f57b645e0f27b07a13f0623 to your computer and use it in GitHub Desktop.
Alter table floods
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ALTER TABLE floods ADD (temperature float null, humidity float null, precipitation float null, pressure float null); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment