提交 00e7b5f3 authored 作者: 吕昊泽's avatar 吕昊泽
上级 700a19b8
......@@ -62,6 +62,7 @@ public class MysqlQueryProvider extends QueryProvider {
case "MEDIUMINT":
case "INTEGER":
case "BIGINT":
case "LONG":
return 2;// 整型
case "FLOAT":
case "DOUBLE":
......
......@@ -63,6 +63,7 @@ public class MysqlQueryProvider extends QueryProvider {
case "MEDIUMINT":
case "INTEGER":
case "BIGINT":
case "LONG":
return 2;// 整型
case "FLOAT":
case "DOUBLE":
......
......@@ -1614,6 +1614,7 @@ public class DataSetTableService {
TableUtils.fieldName(field.getTableId() + "_" + field.getDataeaseName()),
tableField.getFieldName())) {
tableField.setRemarks(field.getName());
tableField.setFieldType(field.getType());
break;
}
}
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论