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