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
|
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
|
||||||
|
Loading…
Reference in New Issue
Block a user