> ## Documentation Index
> Fetch the complete documentation index at: https://docs.superoffice.com/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/l1Mc87V8Ae-YfcB5/media/loc/en/database/tables/ziptocity.png?fit=max&auto=format&n=l1Mc87V8Ae-YfcB5&q=85&s=d1c748abc172059e9dc950f4649e738c" 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.


## Related topics

- [country table](/en/database/tables/country.md)
- [AddressFormat table](/en/database/tables/addressformat.md)
- [extra_tables table](/en/database/tables/extra-tables.md)
- [ext_table table](/en/database/tables/ext-table.md)
- [Database table listing](/en/database/tables/index.md)
- [extra_tables_result table](/en/database/tables/extra-tables-result.md)
