修修改sql语句
This commit is contained in:
parent
6af6526c86
commit
6656a3040e
|
|
@ -1,2 +0,0 @@
|
|||
--任务:xxx
|
||||
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
--任务:是否推送到智慧工程
|
||||
ALTER TABLE `ma_sgzb_nw`.`lease_out_details`
|
||||
ADD COLUMN `push_notifications` int(11) NULL DEFAULT 0 COMMENT '是否推送到智慧工程0:否,1:是' AFTER `car_code`;
|
||||
Loading…
Reference in New Issue