A table of building types for jobs. It is used to determine the members of the Employment Location Choice Model groups, and is used by the Employment Transition Model.
| Column Name | Data Type | Description |
|---|---|---|
| id | integer | Unique identifier |
| name | string | Name of type, e.g. ``commercial'' |
| home_based | boolean | True if home-based |
Example:
| id | name | home_based |
| 1 | commercial | 0 |
| 2 | governmental | 0 |
| 3 | industrial | 0 |
| 4 | home_based | 1 |