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