-
Notifications
You must be signed in to change notification settings - Fork 11
value_state_type
Edgar Fuste edited this page Nov 2, 2021
·
1 revision
Catalog of system substates of network elements.
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 |