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