Files
TJWaterServer/script/sql/create/2.junctions.sql
2023-03-02 12:55:47 +08:00

8 lines
123 B
SQL

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