4 lines
102 B

alter table camera
add channel_no varchar(128);
comment on column camera.channel_no is '通道号';