diff options
| -rw-r--r-- | sql/dawn.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/dawn.sql b/sql/dawn.sql index 013129df..ee297550 100644 --- a/sql/dawn.sql +++ b/sql/dawn.sql @@ -2947,6 +2947,8 @@ CREATE TABLE bond_tickets ( "Cusip" text NULL, "Curr Face" text NULL, "Mat Dt" date NULL, + "C/Clear USI/UTI" text null, + "Client FCM" text null, CONSTRAINT bond_tickets_pk PRIMARY KEY (bbg_ticket_id) ); CREATE INDEX ix_bond_tickets_index ON bond_tickets USING btree (bbg_ticket_id); |
