admin company add credit code

This commit is contained in:
xxb
2021-07-30 15:36:14 +08:00
parent 028a8d80cb
commit 91031e721e
3 changed files with 9 additions and 0 deletions
+1
View File
@@ -202,6 +202,7 @@ create table lc_sys_company (
status tinyint(1) not null default '1' comment '状态:-1删除,0关闭,1开启',
primary key (id)
) ENGINE=INNODB DEFAULT CHARSET=UTF8MB4 COLLATE=UTF8MB4_0900_AI_CI COMMENT='公司管理';
alter table lc_sys_company add column credit_code varchar(18) not null default '' comment '统一社会信用代码' after short;
-- ----------------------------