Replace all "numeric" with "float8"
This commit is contained in:
@@ -2,8 +2,8 @@
|
||||
|
||||
create table labels
|
||||
(
|
||||
x numeric not null
|
||||
, y numeric not null
|
||||
x float8 not null
|
||||
, y float8 not null
|
||||
, label text not null
|
||||
, node varchar(32) references _node(id)
|
||||
, primary key (x, y)
|
||||
|
||||
Reference in New Issue
Block a user