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 "DEVOPS"."REPAIR_TODO"
MODIFY ("SOURCE" VARCHAR2(10 BYTE));
COMMENT ON COLUMN "DEVOPS"."REPAIR_TODO"."SOURCE" IS '报障单来源;1:内网、2:特设系统外网';
UPDATE "DEVOPS"."REPAIR_TODO" SET "SOURCE" = '1';