mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-04-05 17:37:58 +08:00
Update dm database codefirst bug
This commit is contained in:
parent
b8bd7281a9
commit
706c4291d6
@ -239,14 +239,14 @@ namespace SqlSugar
|
||||
{
|
||||
get
|
||||
{
|
||||
return "";
|
||||
return " null ";
|
||||
}
|
||||
}
|
||||
protected override string CreateTableNotNull
|
||||
{
|
||||
get
|
||||
{
|
||||
return "";
|
||||
return " not null ";
|
||||
}
|
||||
}
|
||||
protected override string CreateTablePirmaryKey
|
||||
|
Loading…
Reference in New Issue
Block a user