dbpatch/202409/南网仓储/20240901_领料详情新增是否推送.sql

4 lines
201 B
MySQL
Raw Normal View History

2024-09-09 13:49:55 +08:00
--
2024-09-29 13:08:08 +08:00
ALTER TABLE `lease_out_details`
2024-09-09 13:49:55 +08:00
ADD COLUMN `push_notifications` int(11) NULL DEFAULT 0 COMMENT '是否推送到智慧工程01:是' AFTER `car_code`;