Update pgsql 人大金仓 rename table

This commit is contained in:
sunkaixuan
2023-12-05 16:38:15 +08:00
parent 30df78e737
commit 0eb5454138
2 changed files with 2 additions and 2 deletions

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} rename to {1}";
protected override string CreateIndexSql
{

View File

@@ -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
{