add script to create consolidated db
This commit is contained in:
4
server/quoteDBs/createTable.sql
Normal file
4
server/quoteDBs/createTable.sql
Normal file
@@ -0,0 +1,4 @@
|
||||
CREATE TABLE IF NOT EXISTS "OptionQuotes"("Id" INTEGER,
|
||||
"TimeStamp"DateTime DEFAULT CURRENT_TIMESTAMP,
|
||||
"Symbol" Text,
|
||||
"Data" Text);
|
||||
Reference in New Issue
Block a user