liche update for admin sys.sql edit

This commit is contained in:
xxb
2021-08-20 20:55:46 +08:00
parent 057fd4d5a4
commit a7be63d2df
+1 -1
View File
@@ -237,7 +237,7 @@ create table lc_sys_finance (
drop table if exists lc_sys_addr;
create table lc_sys_addr (
id int(10) unsigned not null auto_increment comment '自增id',
title varchar(128) not null comment '公司名称',
title varchar(128) not null comment '地址',
province_id int(10) unsigned not null comment '省id',
province_name varchar(32) not null comment '省名称',
city_id int(10) unsigned not null comment '城市id',