Refine time schema
This commit is contained in:
@@ -1,9 +1,20 @@
|
|||||||
-- [TIMES]
|
-- [TIMES]
|
||||||
|
|
||||||
-- TODO: constraint
|
|
||||||
|
|
||||||
create table times
|
create table times
|
||||||
(
|
(
|
||||||
key text not null
|
key text not null
|
||||||
, value text not null
|
, value text not null
|
||||||
);
|
);
|
||||||
|
|
||||||
|
insert into times (key, value) values
|
||||||
|
('DURATION', '0:00')
|
||||||
|
, ('HYDRAULIC TIMESTEP', '1:00')
|
||||||
|
, ('QUALITY TIMESTEP', '0:05')
|
||||||
|
, ('RULE TIMESTEP', '0:05')
|
||||||
|
, ('PATTERN TIMESTEP', '1:00')
|
||||||
|
, ('PATTERN START', '0:00')
|
||||||
|
, ('REPORT TIMESTEP', '1:00')
|
||||||
|
, ('REPORT START', '0:00')
|
||||||
|
, ('START CLOCKTIME', '12:00 AM')
|
||||||
|
, ('STATISTIC', 'NONE') -- NONE / AVERAGED / MINIMUM / MAXIMUM / RANGE
|
||||||
|
;
|
||||||
|
|||||||
Reference in New Issue
Block a user