新增MySQL和pg数据库的同步

This commit is contained in:
2025-08-27 12:53:41 +08:00
parent 1442f08a86
commit 416924f80e
4 changed files with 5 additions and 25 deletions

View File

@@ -160,7 +160,7 @@ public class taskDbSync {
}
/**
* 获取PostgreSQL兼容的字段定义
* 获取PostgresSQL兼容的字段定义
*/
private List<String> getColumnDefinitions(JdbcTemplate sourceJdbc, String tableName) throws SQLException {
List<String> definitions = new ArrayList<>();