mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-04-05 17:37:58 +08:00
Update Clickhouse
This commit is contained in:
parent
93782b92da
commit
4efe10449d
@ -23,7 +23,7 @@ namespace SqlSugar.ClickHouse
|
||||
string schema = GetSchema();
|
||||
string sql = @"select table_name as TableName,
|
||||
column_type as DataType ,
|
||||
is_nullable as IsNullable,
|
||||
cast(is_nullable as bool) as IsNullable,
|
||||
column_name DbColumnName,
|
||||
column_comment as ColumnDescription from information_schema.columns a where lower(table_name) =lower('{0}') and lower(table_schema) = lower('"+schema+"')";
|
||||
return sql;
|
||||
|
Loading…
Reference in New Issue
Block a user