Skip to content

Commit

Permalink
Merge pull request young-datafan-ooooo1#91 from EchoXiaoLang/bugfix/g…
Browse files Browse the repository at this point in the history
…etDDLSql

rowMetaInterface addValueMeta
  • Loading branch information
EchoXiaoLang authored May 31, 2022
2 parents 98ea100 + c644146 commit 404ae6b
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -393,6 +393,7 @@ public Result getCreateTableDDL(String userId, CreateTableVO createTableVO) {
default:
return Result.fail(StatusCode.CODE_10010.getCode(), "", "不支持的数据类型:" + fieldsInfoVO.getType());
}
rowMetaInterface.addValueMeta(valueMetaInterface);
}
String schema = createTableVO.getSchema();
String tableName = schema != null && !schema.equals("") ? schema + "." + createTableVO.getTableName() : createTableVO.getTableName();
Expand Down

0 comments on commit 404ae6b

Please sign in to comment.