You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
异构数据库字段名可能有差异,比如 SQL Server , Orcale 多为驼峰式命名,而开源数据库多为小写加下划线。所以当进行异构数据库同步的时候,字段名称转化是必须要处理的问题。能否扩展一下 --fields 的参数,支持 --fields "Id as id,Name as name,Email as email" 类似的定义?
异构数据库字段名可能有差异,比如 SQL Server , Orcale 多为驼峰式命名,而开源数据库多为小写加下划线。所以当进行异构数据库同步的时候,字段名称转化是必须要处理的问题。能否扩展一下 --fields 的参数,支持 --fields "Id as id,Name as name,Email as email" 类似的定义?