user_city.sql
create table city ( id int unsigned auto_increment comment 'ID' primary key, name varchar(100) default '' not null comment '名称', en varchar(180) default '' not null comment '英文', sn bigint unsigned default 0 not null comment '编号', lng
create table city ( id int unsigned auto_increment comment 'ID' primary key, name varchar(100) default '' not null comment '名称', en varchar(180) default '' not null comment '英文', sn bigint unsigned default 0 not null comment '编号', lng