1 表进行注释
comment on table mt_p is
'联系人图片信息表';
2 列进行注释
comment on column mt_p.ID is
'图片ID';
comment on column mt_p.khid is
'ID';
comment on column mt_p.picture is
'图片';
1 表进行注释
comment on table mt_p is
'联系人图片信息表';
2 列进行注释
comment on column mt_p.ID is
'图片ID';
comment on column mt_p.khid is
'ID';
comment on column mt_p.picture is
'图片';