Files
TJWaterServer/script/sql/create/16.emitters.sql
2022-12-17 11:10:15 +08:00

10 lines
165 B
SQL

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