Replace all "numeric" with "float8"
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
create table reservoirs
|
||||
(
|
||||
id varchar(32) primary key references _node(id)
|
||||
, head numeric not null
|
||||
, head float8 not null
|
||||
, pattern varchar(32) references _pattern(id)
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user