Update dm database codefirst bug

This commit is contained in:
sunkaixuan 2023-03-13 00:56:14 +08:00
parent b8bd7281a9
commit 706c4291d6

View File

@ -239,14 +239,14 @@ namespace SqlSugar
{ {
get get
{ {
return ""; return " null ";
} }
} }
protected override string CreateTableNotNull protected override string CreateTableNotNull
{ {
get get
{ {
return ""; return " not null ";
} }
} }
protected override string CreateTablePirmaryKey protected override string CreateTablePirmaryKey