最新的省市区三级地区 MySQL 表数据 liang | 136 | 2020-7-25 16:27 | 0 | MYSQL学习笔记 1002 字 | 4 分钟 以下为代码为省市区的表内容结构 # 创建省信息表 create table if not exists table_china_province ( id int auto_increment comment '主键' primary key, province_id int(10) not null comment '省id', province… mysql省市区