add symbols table
This commit is contained in:
@@ -1,3 +1,17 @@
|
||||
CREATE TABLE symbols
|
||||
(
|
||||
symbol String,
|
||||
name String,
|
||||
sector LowCardinality(String),
|
||||
subindustry LowCardinality(String),
|
||||
headquarters_location String,
|
||||
date_added Date,
|
||||
cik UInt32,
|
||||
year_founded String
|
||||
)
|
||||
ENGINE MergeTree()
|
||||
ORDER BY (symbol);
|
||||
|
||||
CREATE TABLE stock_aggregates
|
||||
(
|
||||
symbol LowCardinality(String),
|
||||
|
||||
Reference in New Issue
Block a user