Replace all "numeric" with "float8"
This commit is contained in:
@@ -33,5 +33,5 @@ create table temp_vd_topology
|
||||
id serial
|
||||
, source integer
|
||||
, target integer
|
||||
, cost numeric
|
||||
, cost float8
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user