Electoral Districts
The electoral_districts
table contains read-only, system generated data about electoral districts available in the organization.
This table can be used to determine which electoral districts are supported, as well as metadata about the electoral district such as when it was created.
Columns
Column Name | Description | Type | Nullable |
---|---|---|---|
ocd_id | The OCDID of the electoral district. | VARCHAR | No |
name | The raw, human readable name of the electoral district. | VARCHAR | No |
code | The human readable name of the electoral district, as shown in the user interface. | VARCHAR | No |
created_at | The UTC timestamp when this object was created. | TIMESTAMP | No |
updated_at | The UTC timestamp when this object was updated. | TIMESTAMP | No |