alter table report
add handle_opinions varchar(1024);
comment on column report.handle_opinions is '处理意见';