mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-09-19 18:22:23 +08:00
Update DbFirst (PgSql char)
This commit is contained in:
@@ -465,6 +465,10 @@ namespace SqlSugar
|
|||||||
{
|
{
|
||||||
return "bool";
|
return "bool";
|
||||||
}
|
}
|
||||||
|
if (result.EqualCase("char"))
|
||||||
|
{
|
||||||
|
return "string";
|
||||||
|
}
|
||||||
return result;
|
return result;
|
||||||
}
|
}
|
||||||
private string GetPropertyTypeConvert(DbColumnInfo item)
|
private string GetPropertyTypeConvert(DbColumnInfo item)
|
||||||
|
Reference in New Issue
Block a user