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

4 lines
201 B
SQL
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

--任务:是否推送到智慧工程
ALTER TABLE `lease_out_details`
ADD COLUMN `push_notifications` int(11) NULL DEFAULT 0 COMMENT '是否推送到智慧工程01:是' AFTER `car_code`;