diff options
| -rw-r--r-- | sql/dawn.sql | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sql/dawn.sql b/sql/dawn.sql index 3ee2c247..fac6ab92 100644 --- a/sql/dawn.sql +++ b/sql/dawn.sql @@ -988,8 +988,9 @@ CREATE FOREIGN TABLE model_versions_nonagency( model_id_sub smallint, granularity_agg text, num_LS_mult smallint, - d_LS_mult smallint, - simulation_id smallint) + d_LS_mult float, + simulation_id smallint, + remark text) SERVER mysql_server OPTIONS (dbname 'rmbs_model'); |
