Last active
June 24, 2016 17:38
-
-
Save chrisabrams/915148cde1b75a8dabb8db42da3eea4d to your computer and use it in GitHub Desktop.
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
{ | |
"indexes": [ | |
"minute" | |
], | |
"primary_key": "id", | |
"schema": { | |
"close": { | |
"default": 0, | |
"null": false | |
}, | |
"date": "date", | |
"minute": "string", | |
"symbol": { | |
"foreign_key": "symbol_id", | |
"null": false | |
}, | |
"time": "time" | |
}, | |
"table_name": "stocks" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment