Add epanet input schema
This commit is contained in:
9
sql/section_create/23.options.sql
Normal file
9
sql/section_create/23.options.sql
Normal file
@@ -0,0 +1,9 @@
|
||||
-- [OPTIONS]
|
||||
|
||||
-- TODO: constraint
|
||||
|
||||
CREATE TABLE OPTIONS
|
||||
(
|
||||
Key TEXT NOT NULL
|
||||
, Value TEXT NOT NULL
|
||||
);
|
||||
Reference in New Issue
Block a user