office
Represents a location at which an operator could have done something. For example, sold equipment.
| Column name | Description | Data type |
|---|---|---|
| officeid | Primary key. | integer |
| company | Reference to company. | smallint |
| office_name | text | |
| address | text * | |
| postcode | text * | |
| state | text * | |
| retired | boolean |