找软件用软件,到5119下载!
您的位置:5119下载>下载分类>编程软件>数据库类>

脚本助手

脚本助手

脚本助手 V1.0

  • 版  本:V1.0
  • 软件授权:免费软件
  • 软件大小:0.16M
  • 软件语言:简体中文
  • 应用平台:winall
  • 更新时间:2017-09-19
安全无毒 无插件
基本简介
脚本助手

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 '修改人';



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

软件截图
  • 脚本助手
脚本助手下载地址
网友评论
网名:
(您的评论需要经过审核才能显示)
  • 置顶 51网友 16-06-15 18:30:48
    咨询一下这个脚本助手安装起来,普通电脑安装会卡么
  • 置顶 51网友 16-04-01 21:25:21
    这个脚本助手V1.0好用么,我看大小是0.2MB,跟前一个版本差别并不大
  • 置顶 51网友 16-10-11 11:18:45
    脚本助手虽然是免费软件的,但还是有些问题,有待改进呀~
  • 置顶 51网友 16-10-15 10:40:45
    恩,好用。不解释了。
  • 置顶 51网友 16-10-01 19:34:39
    电脑没有声音怎么办
  • 置顶 51网友 16-01-26 12:15:12
    这个脚本助手好用不?求用过的朋友介绍下
  • 7楼 51网友 17-02-20 20:38:19
    找了那么多下载软件网站下载脚本助手,终于让我找到你了,我的脚本助手V1.0
  • 8楼 51网友 16-11-16 12:34:45
    下载完脚本助手以后提示有毒?是我电脑的问题还是软件的问题啊,不应该有这种情况。
  • 9楼 51网友 16-12-27 14:15:37
    为什么我更新了脚本助手的V1.0之后,电脑偶尔会卡一下?大家有遇到同样的情况么?
  • 10楼 51网友 16-08-04 22:25:09
    很好,脚本助手V1.0已安装并使用了,谢谢!