aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sql/dawn.sql1
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/dawn.sql b/sql/dawn.sql
index 0a272137..7922af0a 100644
--- a/sql/dawn.sql
+++ b/sql/dawn.sql
@@ -3205,6 +3205,7 @@ CREATE TABLE equityoptions (
initial_margin_percentage float8 NULL,
cpty_id text NULL,
figi text NULL,
+ globeop_id int4 NULL,
CONSTRAINT equity_options2_pkey PRIMARY KEY (id),
CONSTRAINT equity_options2_cash_account_fkey FOREIGN KEY (cash_account) REFERENCES public.accounts2(cash_account) ON UPDATE CASCADE,
CONSTRAINT equity_options2_cp_code_fkey FOREIGN KEY (cp_code) REFERENCES public.counterparties(code) ON UPDATE CASCADE