mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-12-26 22:25:49 +08:00
CodeFirst BUG
This commit is contained in:
@@ -128,7 +128,7 @@ namespace SqlSugar
|
||||
{
|
||||
get
|
||||
{
|
||||
return "SELECT TOP {0} * INTO {1} FROM {2}";
|
||||
return "SELECT TOP {0} * INTO {1} FROM {2}";
|
||||
}
|
||||
}
|
||||
protected override string DropTableSql
|
||||
|
||||
Reference in New Issue
Block a user