Update Dm database CodeFirst

This commit is contained in:
sunkaixuan 2022-09-29 19:50:45 +08:00
parent fca110a060
commit defebcf194

View File

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