1 Star 0 Fork 590

张建初 / DT固定资产设备管理系统

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
版本升级2.2.20-2.2.21.txt 1.15 KB
一键复制 编辑 原始数据 按行查看 历史
Lank 提交于 2020-11-05 13:00 . 常规更新操作
-- auto-generated definition
create table res_approvalnode
(
id varchar(50) not null comment '主键'
primary key,
name varchar(500) null,
code varchar(50) null,
userid varchar(500) null,
username varchar(500) null,
dr varchar(1) null,
update_by varchar(50) null,
create_by varchar(50) null,
create_time datetime null,
update_time datetime null,
status varchar(50) null
);
alter table res_collectionreturn add name varchar(500) null;
update res_collectionreturn set bustype='LY' where bustype='ly';
update res_collectionreturn set bustype='TK' where bustype='tk';
update res_collectionreturn set status='finish_na' where status='success';
alter table res_loanreturn add name varchar(500) null;
alter table res_scrape add pinst varchar(50) null;
alter table res_repair add pinst varchar(50) null;
alter table res add uuidrk varchar(50) null;
alter table res add runstatus varchar(50) null;
alter table res_allocate add name varchar(50) null;
alter table res_allocate add pinst varchar(50) null;
alter table res_allocate_item drop column residprerecycle;
Java
1
https://gitee.com/jianchu/zcdevmgr.git
git@gitee.com:jianchu/zcdevmgr.git
jianchu
zcdevmgr
DT固定资产设备管理系统
master

搜索帮助