CREATE TABLE Config_logSheetID Varchar2(20),comment on column Config_log.ConfigValue is '系统参数值';脚本助手下载Remarks Varchar2(255), 备注comment on table Config_log is '系统配置表变更日志';/************************************************************************************/Oracle备注生成工具,可以将以下脚本自动产生备注,在网上找了很久没找到,自己写了一个,比较简单,提供给需要的朋友Modiattr varchar(1), 修改属性comment on column Config_log.ConfigName is '系统参数名';ConfigType Int not null, 配置参数分类备注如下:comment on c