- Style enhancements
- Removal of single order items - Add index to table creation script
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user