Add table for sub region type
This commit is contained in:
5
script/sql/create/36.wda.sql
Normal file
5
script/sql/create/36.wda.sql
Normal file
@@ -0,0 +1,5 @@
|
||||
create table region_wda
|
||||
(
|
||||
id text primary key references region(id)
|
||||
, demand float8 not null default 0.0
|
||||
);
|
||||
Reference in New Issue
Block a user