mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-08-24 16:18:47 +08:00
Synchronization code
This commit is contained in:
parent
706c4291d6
commit
cd5208b8ff
@ -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