value_state_type - Giswater/giswater_dbmodel GitHub Wiki
Description:
Catalog of system substates of network elements.
Fields:
| Column name | Data type | Description | Example |
|---|---|---|---|
| id | smallint | Id | 4 |
| state | smallint | Id of state, defined on value_state | 1 |
| name | character varying(30) | Name of substate | PROVISIONAL |
| is_operative | boolean | If true, features with this substate take part in mincut process | TRUE |
| is_doable | boolean | If true, features with this substate take part in budget planification process | TRUE |