Files
TJWaterServerBinary/script/sql/create/36.wda.sql
2025-10-26 08:54:35 +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
);