Add table for sub region type

This commit is contained in:
WQY\qiong
2023-05-13 18:00:52 +08:00
parent 99775af649
commit 6d30bf7d70
10 changed files with 30 additions and 0 deletions

View File

@@ -11,3 +11,5 @@ drop table if exists temp_region;
drop index if exists region_gist;
drop table if exists region;
drop type if exists region_type;