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 00625508..6f613830 100644 --- a/sql/dawn.sql +++ b/sql/dawn.sql @@ -127,7 +127,7 @@ CREATE TABLE cds(id serial primary key, swap_type swap_type NOT NULL, attach smallint, detach smallint, - clearing_facility varchar(12), + clearing_facility varchar(12) DEFAULT NULL, isda_definition isda, termination_date date DEFAULT NULL, termination_amount float DEFAULT NULL, |
