-- 新增sql
ALTER TABLE public.alarm_records ADD status int NULL DEFAULT 0;
COMMENT ON COLUMN public.alarm_records.status IS '报警状态:0未处理,1已处理';