aboutsummaryrefslogtreecommitdiffstats
path: root/sql/dawn.sql
diff options
context:
space:
mode:
Diffstat (limited to 'sql/dawn.sql')
-rw-r--r--sql/dawn.sql7
1 files changed, 6 insertions, 1 deletions
diff --git a/sql/dawn.sql b/sql/dawn.sql
index e2b430a5..95468dac 100644
--- a/sql/dawn.sql
+++ b/sql/dawn.sql
@@ -596,7 +596,12 @@ CREATE TABLE securities(identifier varchar(12) PRIMARY KEY,
asset_class asset_class,
paid_down date default 'Infinity',
start_accrued_date date,
- issuer text);
+ issuer text,
+ reset_index text,
+ coupon_type text,
+ payment_day integer,
+ issue_date date,
+ figi text);
ALTER TABLE securities OWNER TO dawn_user;