diff --git a/Src/Asp.NetCore2/SqlSugar/Realization/Kdbndp/DbBind/KdbndpBind.cs b/Src/Asp.NetCore2/SqlSugar/Realization/Kdbndp/DbBind/KdbndpBind.cs index 8c046bb84..6dd75e921 100644 --- a/Src/Asp.NetCore2/SqlSugar/Realization/Kdbndp/DbBind/KdbndpBind.cs +++ b/Src/Asp.NetCore2/SqlSugar/Realization/Kdbndp/DbBind/KdbndpBind.cs @@ -141,8 +141,10 @@ namespace SqlSugar new KeyValuePair("bit varying",CSharpDataType.byteArray), new KeyValuePair("varbit",CSharpDataType.@byte), new KeyValuePair("rowversion",CSharpDataType.byteArray), - new KeyValuePair("regclass",CSharpDataType.@object) - + new KeyValuePair("regclass",CSharpDataType.@object), + + new KeyValuePair("geometry",CSharpDataType.@string), + new KeyValuePair("public.geometry",CSharpDataType.@string), }; public override List StringThrow {