dbpatch/202411/重庆机具/20241106_ma_machine.sql

4 lines
160 B
SQL
Raw 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.

--任务xxx
ALTER TABLE `ma_machine`
ADD COLUMN `push_status` int NULL DEFAULT 0 COMMENT '推送到租赁标识0未推送 1推送' AFTER `phone`;