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