Files
TJWaterServer/script/sql/create/2.junctions.sql
2023-05-05 21:18:56 +08:00

8 lines
122 B
SQL

-- [JUNCTIONS]
create table junctions
(
id varchar(32) primary key references _node(id)
, elevation float8 not null
);