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;
modify lease_type varchar(10) default '0' null comment '领用类型(0工程1长期)';