Add general region table

This commit is contained in:
WQY\qiong
2023-04-29 14:25:43 +08:00
parent c6518cbae1
commit 12150ef57e
5 changed files with 12 additions and 14 deletions

View File

@@ -0,0 +1,3 @@
drop index if exists region_gist;
drop table if exists region;

View File

@@ -1,3 +0,0 @@
drop index if exists virtual_district_gist;
drop table if exists virtual_district;