mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-05-15 20:49:31 +08:00
Update CodeFirst
This commit is contained in:
parent
dfe5c4c00a
commit
5ea7e4f41c
@ -501,6 +501,10 @@ namespace SqlSugar
|
||||
{
|
||||
return false;
|
||||
}
|
||||
if (properyTypeName?.ToLower() == "bigint" && dataType?.ToLower() == "int64")
|
||||
{
|
||||
return false;
|
||||
}
|
||||
if (properyTypeName == null || dataType == null)
|
||||
{
|
||||
return properyTypeName != dataType;
|
||||
|
Loading…
Reference in New Issue
Block a user