package
0.0.0-20240813083716-4f4d2508db09
Repository: https://github.com/hidu/mysql-schema-sync.git
Documentation: pkg.go.dev

# Functions

CheckSchemaDiff 执行最终的 diff.
LoadConfig load config file.
NewMyDb parse dsn.
NewSchemaSync 对一个配置进行同步.
ParseSchema parse table's schema.
RemoveTableSchemaConfig 删除表创建引擎信息,编码信息,分区信息,已修复同步表结构遇到分区表异常退出问题, 对于分区表,只会同步字段,索引,主键,外键的变更.

# Constants

AppURL site.
Version 版本号,格式:更新日期(8位).更新次数(累加).

# Structs

AlterIgnoreTable table's ignore info.
Config config struct.
DbIndex db index.
EmailStruct email conf info.
MyDb db struct.
MySchema table schema.
No description provided by the author
SchemaSync 配置文件.
TableAlterData 表的变更情况.