dbpatch/202411/重庆机具/20241115_slt_agreement_info...

7 lines
291 B
SQL
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

alter table slt_agreement_info
add ck_remark varchar(255) null comment '出库备注';
update slt_agreement_info set lease_type = '0' where lease_type is null;
alter table slt_agreement_info
modify lease_type varchar(10) default '0' null comment '领用类型0工程1长期';