This commit is contained in:
xiaoyu
2021-07-22 18:55:15 +08:00
parent b290c687f5
commit 235f8a0c6e
11 changed files with 21 additions and 21 deletions
+1 -1
View File
@@ -14,4 +14,4 @@ create table lc_area(
county_name varchar(32) not null comment '区名称',
primary key(id)
)ENGINE=InnoDB default CHARSET=utf8mb4 COMMENT='行政区域表';
alter table lc_area add firstchar varchar(4) not null default '' comment '城市大写首字母'
alter table lc_area add firstchar varchar(4) not null default '' comment '城市大写首字母';