Synchronization code

This commit is contained in:
sunkaixuan
2022-09-29 20:18:51 +08:00
parent 4c76c2e594
commit 71bc2a7293

View File

@@ -111,7 +111,7 @@ namespace SqlSugar
{ {
get get
{ {
return "CREATE TABLE {0}(\r\n{1})"; return "CREATE TABLE {0}(\r\n{1} )";
} }
} }
protected override string CreateTableColumn protected override string CreateTableColumn