Skip to content

Commit

Permalink
Merge pull request kakuilan#12 from zhcj/patch-1
Browse files Browse the repository at this point in the history
维度->纬度
  • Loading branch information
kakuilan authored Aug 23, 2017
2 parents ed622a5 + cdfe244 commit 6abb2bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ CREATE TABLE `cnarea_2016` (
`merger_name` varchar(50) NOT NULL DEFAULT '' COMMENT '组合名',
`pinyin` varchar(30) NOT NULL DEFAULT '' COMMENT '拼音',
`lng` decimal(10,6) NOT NULL DEFAULT '0.000000' COMMENT '经度',
`lat` decimal(10,6) NOT NULL DEFAULT '0.000000' COMMENT '维度',
 `lat` decimal(10,6) NOT NULL DEFAULT '0.000000' COMMENT '纬度',
PRIMARY KEY (`id`),
KEY `idx_lev` (`level`,`parent_id`) USING BTREE
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='中国行政地区表';
Expand Down

0 comments on commit 6abb2bc

Please sign in to comment.