首页  软件  游戏  图书  电影  电视剧

请输入您要查询的软件:

 

软件 脚本助手 V1.0
内容
    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 '修改人';
    /************************************************************************************/
标签
缩略图
软件名称 脚本助手
软件图标
软件大小 0.16MB
发布时间
软件平台
软件语言 简体中文
软件授权 免费软件
操作系统 winall
系统类型
用户评分
软件版本 V1.0
官方网站
官方网址
软件截图
软件总类 电脑软件
软件大类 PC软件-编程软件-数据库类
软件小类
开发者
主办单位名称
ICP备案名
备案号
使用年龄
下载链接
攻略教程
详细介绍
操控设备
隐私政策
查看权限
敏感权限获取说明
软件类型 国产软件
安全警示 适度休息有益身心健康,请勿长期沉迷于使用电脑或刷手机。
随便看

 

传承兰台文化,共同保存历史记忆!兰台网收藏软件、游戏、图片、图书、电影、电视剧等互联网档案,是免费和可借阅文本、电影、音乐等档案的数字图书馆。

 

Copyright © 2004-2025 xlantai.com All Rights Reserved
更新时间:2025/5/10 7:32:12