sql
This commit is contained in:
+1
-1
@@ -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 '城市大写首字母';
|
||||
|
||||
Reference in New Issue
Block a user