Files
TJWaterServer/script/sql/create/35.vd.sql
2023-05-13 18:09:17 +08:00

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
);