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