Replace all "numeric" with "float8"
This commit is contained in:
@@ -6,7 +6,7 @@ create table mixing
|
||||
(
|
||||
tank varchar(32) primary key references tanks(id)
|
||||
, model mixing_model not null
|
||||
, value numeric
|
||||
, value float8
|
||||
);
|
||||
|
||||
-- delete when delete tank
|
||||
|
||||
Reference in New Issue
Block a user