找软件用软件,就到华军软件园! 软件发布

您好,如有软件收录需求,请将软件打包,并附上软件名称、软件介绍、软件相关截图、软件icon、软著、营业执照(个人没有营业执照请提供对应的开发者身份证正反面以及手持身份证本人照片),发送至邮箱 https://user.onlinedown.net/login

收起>>

发送至邮箱:news@onlinedown.net

收起>>

所在位置: 首页 — PC软件 — 编程软件 — 数据库类  —  脚本助手
脚本助手

脚本助手  V1.0

二维码
  • 软件授权: 免费软件
  • 软件大小: 0.16MB
  • 软件评分:
  • 软件类型: 国产软件
  • 更新时间: 2017-09-19
  • 应用平台: winall
  • 软件语言: 简体中文
  • 版      本: V1.0

下载服务协议见页面底部

软件介绍 相关专题 常见问题 下载地址

基本简介
脚本助手段首LOGO
Oracle备注生成工具,可以将以下脚本自动产生备注,在网上找了很久没找到,自己写了一个,比较简单,提供给需要的朋友

--系统配置表变更日志

--drop table Config_log;

CREATE TABLE Config_log

(

ConfigName Varchar2(64) not null, --系统参数名

ConfigType Int not null, --配置参数分类

ConfigClass Int not null, --参数级别(0=不允许修改,1=允许客户化修改)

ConfigValue Varchar2(64) not null, --系统参数值

Remarks Varchar2(255), --备注

SerialID int, --修改顺序号

Modiattr varchar(1), --修改属性

Moditime Date default sysdate, --修改时间

Modiopid Varchar2(32) not null, --修改人

SheetID Varchar2(20),

constraint pk_Config_log PRIMARY KEY(SerialID)

);


备注如下:


--系统配置表变更日志

/************************************************************************************/

comment on table Config_log is '系统配置表变更日志';

--------------------------------------------------------------------------------------

comment on column Config_log.ConfigName is '系统参数名';

comment on column Config_log.ConfigType is '配置参数分类';

comment on column Config_log.ConfigClass is '参数级别(0=不允许修改,1=允许客户化修改)';

comment on column Config_log.ConfigValue is '系统参数值';

comment on column Config_log.Remarks is '备注';

comment on column Config_log.SerialID is '修改顺序号';

comment on column Config_log.Modiattr is '修改属性';

comment on column Config_log.Moditime is '修改时间';

comment on column Config_log.Modiopid is '修改人';



/************************************************************************************/
相似软件
版本说明
软件地址

相关专题

  • 简单游脚本合集

    简单游脚本合集

  • 脚本语言软件下载

    脚本语言软件下载

  • 脚本编辑

    脚本编辑

下载地址 分享软件/应用

使用WindSoul软件管家下载地址:安全,快速

电信安全下载 网通安全下载 移动安全下载 联通安全下载

其他下载地址:

通用网络下载 通用网络下载

部分文件为zip、rar等压缩格式,请下载 360压缩 进行压缩!

常见问题