!130 fix: 数据迁移、数据同步bug修复

* fix: 数据迁移、数据同步bug修复
This commit is contained in:
zongyangleo
2025-01-17 03:53:15 +00:00
committed by Coder慌
parent 8d24c2a4fa
commit 5a6e9d81a7
13 changed files with 139 additions and 42 deletions

View File

@@ -59,7 +59,7 @@ func (c *Column) GetColumnType() string {
}
}
return string(c.DataType)
return c.DataType
}
// 数据库对应的数据类型