liche update for admin sys.sql edit
This commit is contained in:
+1
-1
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user