We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
两个库的同名表,使用navicat把第一张表复制到另一个库,表名相同,外键也有,但是外键名称发生了 一点变化。
使用mysql-schema-sync分析差异后,就会生成更新脚本
能否忽略这种同表名,同外键内容,但是外键名称有不同的情况?
The text was updated successfully, but these errors were encountered:
可以试下配置下配置文件(config.json)里的 alter_ignore 的 foreign 字段。
Sorry, something went wrong.
只能忽略,不能比较不同外键是否内容相同而名称不同么?
No branches or pull requests
两个库的同名表,使用navicat把第一张表复制到另一个库,表名相同,外键也有,但是外键名称发生了 一点变化。
使用mysql-schema-sync分析差异后,就会生成更新脚本
能否忽略这种同表名,同外键内容,但是外键名称有不同的情况?
The text was updated successfully, but these errors were encountered: