diff options
Diffstat (limited to 'sql/dawn.sql')
| -rw-r--r-- | sql/dawn.sql | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sql/dawn.sql b/sql/dawn.sql index 8c73ee04..b2f30cdb 100644 --- a/sql/dawn.sql +++ b/sql/dawn.sql @@ -3092,3 +3092,8 @@ CREATE TABLE public.irs ( swaptype text NOT NULL, "fund" public."fund" NOT NULL DEFAULT 'SERCGMAST'::fund ); + +CREATE TYPE public."bbg_code_type" AS ENUM ( + 'BOND', + 'CDX', + 'FX');
\ No newline at end of file |
