Add table for sub region type
This commit is contained in:
5
script/sql/create/33.dma.sql
Normal file
5
script/sql/create/33.dma.sql
Normal file
@@ -0,0 +1,5 @@
|
||||
create table region_dma
|
||||
(
|
||||
id text primary key references region(id)
|
||||
, parent text references region_dma(id)
|
||||
);
|
||||
Reference in New Issue
Block a user