# 最新全国省市区县镇居委会五级行政区划sql+json **Repository Path**: joryjack/region ## Basic Information - **Project Name**: 最新全国省市区县镇居委会五级行政区划sql+json - **Description**: 最新全国省市区县镇居委会五级行政区划sql+json - **Primary Language**: SQL - **License**: Not specified - **Default Branch**: master - **Homepage**: https://wzget.cn/region.html - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 25 - **Created**: 2023-11-20 - **Last Updated**: 2023-11-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 2023年最新全国省市区县镇居委会sql+json #### sql脚本导入时,先创建以下表,再执行脚本导入 - 表结构 ``` CREATE TABLE `dict_region` ( `code` CHAR(36) DEFAULT NULL, `name` VARCHAR(765) DEFAULT NULL, `parent_code` CHAR(36) DEFAULT NULL, `level` INT DEFAULT NULL ) ENGINE=INNODB DEFAULT CHARSET=utf8mb4 ```