mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-04-24 18:04:52 +08:00
Update ClickHouse AddTableRemarkSql
This commit is contained in:
parent
11d31e6981
commit
df2104dff7
@ -145,7 +145,7 @@ namespace SqlSugar.ClickHouse
|
||||
|
||||
protected override string IsAnyColumnRemarkSql { get { throw new NotSupportedException(); } }
|
||||
|
||||
protected override string AddTableRemarkSql => "comment on table {0} is '{1}'";
|
||||
protected override string AddTableRemarkSql => "ALTER TABLE {0} MODIFY COMMENT '{1}'";
|
||||
|
||||
protected override string DeleteTableRemarkSql => "comment on table {0} is ''";
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user