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.
-- 是否结算(0 未结算 1已结算)
alter table bm_agreement_info
add is_slt int default 0 null comment '是否结算(0 未结算 1已结算)';
-- 调整天数
alter table slt_agreement_info
add trim_day int null comment '调整天数';