Start region work
This commit is contained in:
@@ -3,10 +3,9 @@
|
||||
create table coordinates
|
||||
(
|
||||
node varchar(32) primary key references _node(id)
|
||||
, coord point not null
|
||||
, coord geometry
|
||||
);
|
||||
|
||||
-- delete when delete node
|
||||
|
||||
create index coordinates_spgist on coordinates using spgist(coord);
|
||||
create index coordinates_gist on coordinates using gist(coord);
|
||||
|
||||
Reference in New Issue
Block a user