Update 人大金仓

This commit is contained in:
sunkaixuan 2022-12-15 19:19:55 +08:00
parent fc835d2ac5
commit a13af3113a

View File

@ -172,7 +172,7 @@ namespace SqlSugar
protected override string IsAnyTableRemarkSql { get { throw new NotSupportedException(); } }
protected override string RenameTableSql => "alter table 表名 {0} to {1}";
protected override string RenameTableSql => "alter table {0} to {1}";
protected override string CreateIndexSql
{