db_project_state
Describes project states
Column | Type | References | Comments |
---|---|---|---|
id | Integer | Â | Primary key |
vdb_id | Integer | Â | Â |
position | Integer | Â | Position in drop-down lists |
name | String | Â | A short name |
stage | Integer | Â | PRE, EXEC, POST |
is_time_allowed | Boolean | 't' if Time is allowed on this state, else 'f'. |