mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-10-20 18:47:35 +08:00
Synchronization code
This commit is contained in:
@@ -111,7 +111,7 @@ namespace SqlSugar
|
||||
{
|
||||
get
|
||||
{
|
||||
return "CREATE TABLE {0}(\r\n{1})";
|
||||
return "CREATE TABLE {0}(\r\n{1} )";
|
||||
}
|
||||
}
|
||||
protected override string CreateTableColumn
|
||||
|
Reference in New Issue
Block a user