1 Star 0 Fork 0

liuyajian/mysql-schema-sync

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
config.json 634 Bytes
一键复制 编辑 原始数据 按行查看 历史
hible 提交于 2018-11-26 18:17 +08:00 . hible
{
"source":"test:test@(127.0.0.1:3306)/test",
"dest":"test:test@(127.0.0.1:3306)/test_1",
"alter_ignore":{
"tb1*":{
"column":["aaa","a*"],
"index":["aa"],
"foreign":[]
}
},
// tables: table to check schema,default is all.eg :["order_*","goods"]
"tables":[],
// tables_ignore: table to ignore check schema,default is Null :["order_*","goods"]
"tables_ignore":[],
"email":{
"send_mail":false,
"smtp_host":"smtp.163.com:25",
"from":"xxx@163.com",
"password":"xxx",
"to":"xxx@163.com"
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/qq_connect-lxj/mysql-schema-sync.git
git@gitee.com:qq_connect-lxj/mysql-schema-sync.git
qq_connect-lxj
mysql-schema-sync
mysql-schema-sync
master

搜索帮助