mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-09-19 01:58:13 +08:00
Synchronization code
This commit is contained in:
@@ -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} rename to {1}";
|
||||
|
||||
protected override string CreateIndexSql
|
||||
{
|
||||
|
@@ -182,7 +182,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} rename to {1}";
|
||||
|
||||
protected override string CreateIndexSql
|
||||
{
|
||||
|
Reference in New Issue
Block a user