ws_inp_rules - Giswater/giswater_dbmodel GitHub Wiki
Description:
Defines rule-based controls that modify arcs based on a combination of conditions.
Fields:
| Column name | Data type | Description |
|---|---|---|
| id | serial | Id |
| sector_id | character varying(16) | Id of hydraulic sector related to the rule |
| text | text | Rule definition |
| active | boolean | If true, rule applies on the model |