Compare commits
No commits in common. "2a64f41a9ffe1aa5902c94882c69f231d37b77dc" and "4df86f3fd7069bdf28f9eb71a22343fe34210baa" have entirely different histories.
2a64f41a9f
...
4df86f3fd7
|
|
@ -1,15 +0,0 @@
|
|||
-- 先删除字段
|
||||
ALTER TABLE bm_agreement_info DROP COLUMN sign_time;
|
||||
|
||||
-- 再新增字段
|
||||
alter table bm_agreement_info
|
||||
add sign_time varchar(64) null comment '签订日期';
|
||||
|
||||
-- 费用指标
|
||||
alter table bm_project_lot
|
||||
add cost_indicators decimal(10, 2) null comment '费用指标';
|
||||
|
||||
-- 退料接收时间
|
||||
alter table back_apply_details
|
||||
add back_receive_time datetime null comment '退料接收时间';
|
||||
|
||||
Loading…
Reference in New Issue