提交 6123632e authored 作者: inroi's avatar inroi

创建

上级 ad2b953b
...@@ -409,9 +409,13 @@ CREATE TABLE `tb_init_connect_param` ( ...@@ -409,9 +409,13 @@ CREATE TABLE `tb_init_connect_param` (
`create_time` timestamp NULL DEFAULT CURRENT_TIMESTAMP COMMENT '创建时间', `create_time` timestamp NULL DEFAULT CURRENT_TIMESTAMP COMMENT '创建时间',
`update_time` timestamp NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP COMMENT '更新时间', `update_time` timestamp NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP COMMENT '更新时间',
PRIMARY KEY (`id`) USING BTREE PRIMARY KEY (`id`) USING BTREE
) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC COMMENT='金蝶配置表'; ) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC COMMENT='金蝶配置表';
/*Data for the table `tb_init_connect_param` */ /*Data for the table `tb_init_connect_param` */
insert into `tb_init_connect_param`(`id`,`k3_cloud_url`,`dbid`,`uid`,`pwd`,`lang`,`is_auto_submit`,`third_party_url`,`duration`,`lic_cipher_text`,`create_time`,`update_time`) values
(1,'http://192.168.0.49/k3cloud/','635755e0765c2e','admin','kingdee$2022',2052,1,'http://192.168.0.60:81/wx/api/save',1,NULL,'2022-11-25 11:30:21','2022-11-25 11:30:21');
/*Table structure for table `tb_kingdee_common_config` */ /*Table structure for table `tb_kingdee_common_config` */
DROP TABLE IF EXISTS `tb_kingdee_common_config`; DROP TABLE IF EXISTS `tb_kingdee_common_config`;
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论