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