# `plat_base_street` > 平台基础地址表(街道) - **Engine:** InnoDB - **Collation:** utf8mb3_general_ci ## Columns | # | Name | Type | Null | Key | Default | Extra | Comment | |---|---|---|---|---|---|---|---| | 1 | `iIncreaseId` | `mediumint` | NO | PRI | | auto_increment | 主键(自增序列) | | 2 | `iAreaId` | `mediumint` | NO | MUL | | | 区编号 | | 3 | `sStreet` | `varchar(100)` | NO | | | | 街道 | ## Indexes | Name | Unique | Type | Columns | |---|---|---|---| | `PLAT_BASE_STREET_IDX1` | | BTREE | `iAreaId` | | `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._