diff options
| -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 bfd1a041..b7f4c3d1 100644 --- a/sql/dawn.sql +++ b/sql/dawn.sql @@ -3519,7 +3519,7 @@ CREATE TABLE citco_irs ( id int4 NOT NULL GENERATED BY DEFAULT AS IDENTITY PRIMARY KEY, dealid text NULL GENERATED ALWAYS AS ('IRS'::text || id::text) STORED, instrument_type "instrument_type" NOT NULL default 'IRS', - birth_date date NOT NULL, + effective_date date NOT NULL, death_date date NOT NULL, active bool NOT NULL default True, payreceive bool NOT NULL, |
