alter table t_structure_off add totnum integer; comment on column t_structure_off.totnum is '测点总数'; alter table t_structure_off add offnum integer; comment on column t_structure_off.offnum is '离线个数';