Add epanet input schema
This commit is contained in:
8
sql/section_create/3.reservoirs.sql
Normal file
8
sql/section_create/3.reservoirs.sql
Normal file
@@ -0,0 +1,8 @@
|
||||
-- [RESERVOIRS]
|
||||
|
||||
CREATE TABLE RESERVOIRS
|
||||
(
|
||||
ID VARCHAR(32) PRIMARY KEY REFERENCES _NODE(ID)
|
||||
, Head NUMERIC NOT NULL
|
||||
, Pattern VARCHAR(32) REFERENCES _PATTERN(ID)
|
||||
);
|
||||
Reference in New Issue
Block a user