Describes project phases
| Column | Type | References | Comments |
|---|---|---|---|
| id | Integer | Primary key | |
| vdb_id | Integer | ||
| name | String | A short name | |
| description | String | Description | |
| company_id | Integer | ||
| end_state | Boolean (t or f) | Whether this phase can be considered an 'end' state in the project lifecycle | |
| position | Integer | Its position in drop-down lists |