-
Notifications
You must be signed in to change notification settings - Fork 11
ws_connec_add
advase edited this page May 19, 2023
·
2 revisions
Additional table that stores the values of hydraulic model and shows them in a inventory view.
Column name | Data type | Description |
---|---|---|
connec_id | character varying(16) | Id (automatically assigned on insert) |
press_max | numeric(12,4) | Maximum water pressure |
press_min | numeric(12,4) | Minimum water pressure |
press_avg | numeric(12,4) | Average water pressure |
demand | numeric(12,4) | Demand |
quality_max | numeric(12,4) | Maximum water quality |
quality_avg | numeric(12,4) | Average water quality |
quality_min | numeric(12,4) | Minimum water quality |
result_id | text | Id of result |