RenameTable BUG

This commit is contained in:
sunkaixuan 2022-12-06 18:48:37 +08:00
parent 66f38e9a47
commit ab408238cc

View File

@ -181,7 +181,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
{