Add nodes for generated region

This commit is contained in:
WQY\qiong
2023-05-13 18:09:17 +08:00
parent a4ea72fffa
commit 553dad1d2c
3 changed files with 5 additions and 2 deletions

View File

@@ -2,4 +2,5 @@ create table region_dma
(
id text primary key references region(id)
, parent text references region_dma(id)
, nodes text not null
);