Support DMA

This commit is contained in:
WQY\qiong
2023-05-14 13:20:54 +08:00
parent 1bc73f5bd5
commit 58fd285d25
9 changed files with 637 additions and 96 deletions

View File

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