slt_agreement_relation表增加是否提交字段
This commit is contained in:
parent
c47a73956d
commit
98cde955b3
|
|
@ -1,2 +0,0 @@
|
||||||
--任务:xxx
|
|
||||||
|
|
||||||
|
|
@ -0,0 +1,3 @@
|
||||||
|
|
||||||
|
alter table slt_agreement_relation
|
||||||
|
add is_commit int default 0 null comment '默认为0,1: 驳回完之后已经提交过了';
|
||||||
Loading…
Reference in New Issue