diff options
Diffstat (limited to 'sql/dawn.sql')
| -rw-r--r-- | sql/dawn.sql | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/dawn.sql b/sql/dawn.sql index a6b43404..af3f8e9e 100644 --- a/sql/dawn.sql +++ b/sql/dawn.sql @@ -2681,7 +2681,7 @@ CREATE TABLE public.bond_tickets ( "BrkrName.1" text NULL, "FIGI" text NULL, "Cusip" text NULL, - "Curr Face" float8 NULL, + "Curr Face" text NULL, CONSTRAINT bond_tickets_pk PRIMARY KEY (bbg_ticket_id) ); CREATE INDEX ix_bond_tickets_index ON public.bond_tickets USING btree (bbg_ticket_id); |
