- Style enhancements

- Removal of single order items
- Add index to table creation script
This commit is contained in:
Joe Tretter
2020-04-24 17:18:55 -05:00
parent 69d8d56e9a
commit 5321e2430d
3 changed files with 35 additions and 9 deletions

View File

@@ -1,3 +1,5 @@
CREATE TABLE IF NOT EXISTS "OptionQuotes"( "TimeStamp"DateTime DEFAULT CURRENT_TIMESTAMP,
"Symbol" Text,
"Data" Text);
CREATE INDEX smbDaTi on OptionQuotes (Symbol,timestamp);