dbpatch/202409/宁夏机具/20240913_结算表增加是否提交字段.sql

3 lines
133 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_relation
add is_commit int default 0 null comment '默认为01: 驳回完之后已经提交过了';