Files
TJWaterServerBinary/resources/sql/create/35.vd.sql

7 lines
148 B
SQL

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