脚本助手 V1.0

Windows 平台 | V1.0
软件版本 V1.0 授权模式 免费软件
软件大小 0.16MB 软件语言 简体中文
软件类型 国产软件 软件平台 Windows 平台
MD5 指纹 0a5f1ac8523d102b51a22438783a0418
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 '修改人';



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

下载地址

注意事项

本站所有资源(含游戏)均来自网络,任何涉及商业盈利目的均不得使用,否则产生的一切后果将由您自己承担!

本站将不对任何资源负法律责任,所有资源请在下载后24小时内删除。

如侵犯了您的版权、商标等,请立刻联系我们并具体说明情况后,本站将尽快处理删除,联系(版权说明注意事项)。

若有关在线投稿、无法下载等问题,请与本站客服人员联系!

用户可自行按线路选择相应的下载点,可以直接点击下载/另存为,若直接点击下载速度太慢,请尝试使用高速下载。

为确保下载的文件能正常使用,请使用WinRAR最新版本解压本站软件。

建议大家谨慎对待所下载的文件,大家在安装的时候务必留意每一步!

关于杀毒软件或电脑管家的有关提示,请自行注意选择操作。