> ## Documentation Index
> Fetch the complete documentation index at: https://superofficeas-worktree-351-fix-webapi-escaped-anchors.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# ziptocity table

> Zip codes and city names. Zip codes used during address entry. You will find more information about addressformat on http;//techdoc.superoffice.com

## ziptocity Table (16)

Zip codes and city names. Zip codes used during address entry. You will find more information about addressformat on http;//techdoc.superoffice.com

## Fields

| Name          | Description                           | Type                        | Nullable |
| ------------- | ------------------------------------- | --------------------------- | :------: |
| ziptocity\_id | Primary key                           | PK                          |    No    |
| country\_id   | Country this zip table is valid for   | FK [country](./country.mdx) |    Yes   |
| zipcode       | Zipcode                               | String(11)                  |    No    |
| city          | City field                            | String(79)                  |    No    |
| updatedCount  | Number of updates made to this record | UShort                      |    No    |

<img src="https://mintcdn.com/superofficeas-worktree-351-fix-webapi-escaped-anchors/OTSPuzFctnJmYaEn/media/loc/en/database/tables/ziptocity.png?fit=max&auto=format&n=OTSPuzFctnJmYaEn&q=85&s=c7c77c8f42162daedabff65023da318f" alt="ziptocity table relationship diagram" width="345" height="59" data-path="media/loc/en/database/tables/ziptocity.png" />

## Indexes

| Fields               | Types          | Description |
| -------------------- | -------------- | ----------- |
| city                 | String(79)     | Index       |
| country\_id, zipcode | FK, String(11) | Index       |

## Relationships

| Table                | Description         |
| -------------------- | ------------------- |
| [country](./country) | Country information |

## Replication Flags

* Replicate changes DOWN from central to satellites and travellers.
* Replicate changes UP from satellites and travellers back to central.
* Copy to satellite and travel prototypes.

## Security Flags

* No access control via user's Role.
