Unverified Commit 3306f269 authored by fqyy365t's avatar fqyy365t Committed by GitHub

[Fix-426][metadata]修复clickhouse元数据不显示问题

修复clickhouse获取表ddl报错问题。
parent 14e4c2fc
......@@ -62,4 +62,9 @@ public class ClickHouseQuery extends AbstractDBQuery {
public String isNullable() {
return "NULL";
}
@Override
public String createTableName() {
return "statement";
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment