给表字段添加备注

comment on column TableName.ColumnName is ‘备注名’;

给表添加备注
comment on table TableName is '备注名';

05-11 14:56