create table region_vd ( id text primary key references region(id) , source varchar(32) not null -- references _node(id) );