kettle 资源库表名注释(mysql版本)


alter table R_DATABASE comment '数据库连接信息';
alter table R_DATABASE_TYPE comment '数据库类型表';
alter table R_DATABASE_CONTYPE comment '数据库连接方式';
alter table R_DATABASE_ATTRIBUTE comment '数据库特征表';
alter table R_JOB comment '作业表';
alter table R_JOB_ATTRIBUTE comment '作业属性值';
alter table R_JOB_HOP comment '作业数据连接表';
alter table R_JOB_LOCK comment '作业锁定表';
alter table R_JOB_NOTE comment '作业注释表';
alter table R_JOBENTRY comment '作业操作表';
alter table R_JOBENTRY_ATTRIBUTE comment '作业操作属性表';
alter table R_JOBENTRY_COPY comment '作业操作参数表';
alter table R_JOBENTRY_DATABASE comment '作业操作连接数据库信息表';
alter table R_JOBENTRY_TYPE comment '作业操作种类表';
alter table R_LOG comment '日志表';
alter table R_LOGLEVEL comment '日志级别表';
alter table R_STEP comment '转换操作表';
alter table R_STEP_ATTRIBUTE comment '转换操作属性表';
alter table R_STEP_DATABASE comment '转换操作连接数据库信息表';
alter table R_STEP_TYPE comment '转换操作类型表';
alter table R_TRANSFORMATION comment '转换表';
alter table R_TRANS_ATTRIBUTE comment '转换属性表';
alter table R_TRANS_CLUSTER comment '转换集群表';
alter table R_TRANS_HOP comment '转换连接表';
alter table R_TRANS_LOCK comment '转换锁定表';
alter table R_TRANS_NOTE comment '转换注释表';
alter table R_TRANS_PARTITION_SCHEMA comment '转换分区表';
alter table R_TRANS_SLAVE comment '转换节点';
alter table R_TRANS_STEP_CONDITION comment '转换操作条件';
alter table R_USER comment '用户表';
alter table R_VALUE comment '值表';
alter table R_VERSION comment '版本信息表';
alter table R_CLUSTER comment '集群信息表';
alter table R_CLUSTER_SLAVE comment '集群节点关系表';
alter table R_SLAVE comment '节点信息表';
alter table R_PARTITION comment '数据库分区';
alter table R_PARTITION_SCHEMA comment '数据库SCHEMA';
alter table R_CONDITION comment '条件表';
alter table R_DEPENDENCY comment '依赖关系表';
alter table R_DIRECTORY comment '资源库目录';
alter table R_NOTE comment '注释表';
alter table R_REPOSITORY_LOG comment '资源库 操作日志信息';

上一篇:python处理json数据插入数据库——英语单词词库


下一篇:Qt的多语言功能模块Linguist的VS样例程序