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