Files
TJWaterServer/script/sql/create/36.wda.sql
2023-05-13 18:00:52 +08:00

6 lines
110 B
SQL

create table region_wda
(
id text primary key references region(id)
, demand float8 not null default 0.0
);