diff --git a/Src/Asp.NetCore2/SqlSeverTest/SqlSugar/Realization/Kdbndp/DbBind/KdbndpBind.cs b/Src/Asp.NetCore2/SqlSeverTest/SqlSugar/Realization/Kdbndp/DbBind/KdbndpBind.cs index 179137732..d3eff4fac 100644 --- a/Src/Asp.NetCore2/SqlSeverTest/SqlSugar/Realization/Kdbndp/DbBind/KdbndpBind.cs +++ b/Src/Asp.NetCore2/SqlSeverTest/SqlSugar/Realization/Kdbndp/DbBind/KdbndpBind.cs @@ -108,6 +108,7 @@ namespace SqlSugar new KeyValuePair("time without time zone",CSharpDataType.DateTime), new KeyValuePair("bit",CSharpDataType.byteArray), + new KeyValuePair("blob",CSharpDataType.byteArray), new KeyValuePair("bit varying",CSharpDataType.byteArray), new KeyValuePair("varbit",CSharpDataType.@byte), new KeyValuePair("regclass",CSharpDataType.@object)