Replace all "numeric" with "float8"
This commit is contained in:
@@ -2,6 +2,6 @@ create table scada_device_data
|
||||
(
|
||||
device_id text not null references scada_device(id)
|
||||
, time timestamp not null
|
||||
, value numeric not null
|
||||
, value float8 not null
|
||||
, primary key (device_id, time)
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user