diff options
| -rw-r--r-- | sql/dawn.sql | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sql/dawn.sql b/sql/dawn.sql index 151066a9..93dcc43b 100644 --- a/sql/dawn.sql +++ b/sql/dawn.sql @@ -2639,12 +2639,12 @@ CREATE TABLE public.equity_options ( CREATE TABLE public.bond_tickets ( bbg_ticket_id text NOT NULL, - "Match" float8 NULL, + "Match" text NULL, "Side" text NULL, "Security" text NULL, "Quantity" int8 NULL, "Price (Dec)" float8 NULL, - "CP" float8 NULL, + "CP" text NULL, "STP Status" text NULL, "Trade Dt" text NULL, "SetDt" text NULL, |
