mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-09-19 01:58:13 +08:00
Update CodeFirst
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user