Created
December 7, 2014 07:47
-
-
Save JarenGlover/7667765bd14a3a165681 to your computer and use it in GitHub Desktop.
Postgres + JSON Example
This file contains 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
CREATE TABLE json_test (id SERIAL, data JSON); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment