Synchronization code

This commit is contained in:
sunkaixuan 2023-03-13 00:57:51 +08:00
parent 706c4291d6
commit cd5208b8ff

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