Figure out references
This commit is contained in:
@@ -6,5 +6,7 @@ create table coordinates
|
||||
, coord point not null
|
||||
);
|
||||
|
||||
-- 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