Files
TJWaterServer/script/sql/create/25.vertices.sql
2022-10-09 11:06:19 +08:00

9 lines
139 B
SQL

-- [VERTICES]
create table vertices
(
link varchar(32) references _link(id) not null
, x numeric not null
, y numeric not null
);