修修改sql语句

This commit is contained in:
15856 2024-09-09 13:49:55 +08:00
parent 6af6526c86
commit 6656a3040e
2 changed files with 3 additions and 2 deletions

View File

@ -1,2 +0,0 @@
--xxx

View File

@ -0,0 +1,3 @@
--
ALTER TABLE `ma_sgzb_nw`.`lease_out_details`
ADD COLUMN `push_notifications` int(11) NULL DEFAULT 0 COMMENT '是否推送到智慧工程01:是' AFTER `car_code`;