Relax dma parent constraint

This commit is contained in:
WQY\qiong
2023-05-14 13:12:34 +08:00
parent 3247794d5b
commit 1bc73f5bd5

View File

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