Compare commits
No commits in common. "9d613dcfc65c3d04dbe8692473d94cf4086d13ab" and "4325623c24d7bb00ac89e61660f3e5b4bac57d83" have entirely different histories.
9d613dcfc6
...
4325623c24
|
|
@ -1,13 +0,0 @@
|
|||
-- 配件id
|
||||
alter table repair_apply_record
|
||||
add part_id int null comment '配件id';
|
||||
|
||||
|
||||
-- 0 未审核 1已审核
|
||||
alter table repair_apply_record
|
||||
add status int default 0 null comment '0 未审核 1已审核';
|
||||
|
||||
|
||||
-- 是否结算(0 未结算 1已结算)
|
||||
alter table repair_apply_record
|
||||
add is_slt int default 0 null comment '是否结算(0 未结算 1已结算)';
|
||||
Loading…
Reference in New Issue