aboutsummaryrefslogtreecommitdiffstats
path: root/sql
diff options
context:
space:
mode:
Diffstat (limited to 'sql')
-rw-r--r--sql/et_tables.sql1
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/et_tables.sql b/sql/et_tables.sql
index 93d80f96..05b5c1e3 100644
--- a/sql/et_tables.sql
+++ b/sql/et_tables.sql
@@ -249,6 +249,7 @@ CREATE TABLE cusip_universe (
subordination float,
thickness float,
updatedate date,
+ "Bloomberg Ticker" text,
PRIMARY KEY(Cusip, updatedate)
);