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

8 lines
133 B
SQL

-- [EMITTERS]
create table emitters
(
junction varchar(32) primary key references junctions(id)
, coefficient numeric not null
);