文件名称:2017年 全国省市区行政区域 sql ,mysql 版本
文件大小:255KB
文件格式:SQL
更新时间:2021-02-21 09:54:15
行政区域 sql
2017年 全国省市区行政区域 sql ,mysql 版本 ,结构如下: CREATE TABLE `district` ( `id` smallint(5) NOT NULL, `name` varchar(270) DEFAULT NULL, `parent_id` smallint(5) DEFAULT NULL, `code` char(30) DEFAULT NULL, `order` smallint(2) DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8;