Figure out references

This commit is contained in:
WQY\qiong
2022-12-17 11:10:15 +08:00
parent 4f103be303
commit 633a616d39
18 changed files with 53 additions and 0 deletions

View File

@@ -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);