# `plat_base_city` > 平台基础地址表(市) - **Engine:** InnoDB - **Collation:** utf8mb3_general_ci ## Columns | # | Name | Type | Null | Key | Default | Extra | Comment | |---|---|---|---|---|---|---|---| | 1 | `iIncreaseId` | `mediumint` | NO | PRI | | auto_increment | 主键(自增序列) | | 2 | `iProvinceId` | `mediumint` | NO | | | | 省编号 | | 3 | `sCity` | `varchar(30)` | NO | | | | 市 | ## Indexes | Name | Unique | Type | Columns | |---|---|---|---| | `PRIMARY` | ✓ | BTREE | `iIncreaseId` | ## Narrative _No human-written narrative yet — when this table is exercised by a [vertical slice](../../slices/index.md), link from there back to this page._