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
{
return "";
return " null ";
}
}
protected override string CreateTableNotNull
{
get
{
return "";
return " not null ";
}
}
protected override string CreateTablePirmaryKey