Skip to content

Instantly share code, notes, and snippets.

@chrisabrams
Last active June 24, 2016 17:38
Show Gist options
  • Save chrisabrams/915148cde1b75a8dabb8db42da3eea4d to your computer and use it in GitHub Desktop.
Save chrisabrams/915148cde1b75a8dabb8db42da3eea4d to your computer and use it in GitHub Desktop.
{
"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