aboutsummaryrefslogtreecommitdiffstats
path: root/sql
diff options
context:
space:
mode:
Diffstat (limited to 'sql')
-rw-r--r--sql/et_tables.sql2
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/et_tables.sql b/sql/et_tables.sql
index a1d813f0..e6d5082a 100644
--- a/sql/et_tables.sql
+++ b/sql/et_tables.sql
@@ -629,6 +629,8 @@ CREATE TABLE color(
Indications text,
Cover text,
ListColor text,
+ Bid text,
+ Bid_note text,
PRIMARY KEY(Cusip, Notional, ListDate, ListInfo)
);