Kdbndp bug

This commit is contained in:
sunkaixuna 2021-11-03 17:20:49 +08:00
parent c4eea1b407
commit ba9f414e7d

View File

@ -108,6 +108,7 @@ namespace SqlSugar
new KeyValuePair<string, CSharpDataType>("time without time zone",CSharpDataType.DateTime),
new KeyValuePair<string, CSharpDataType>("bit",CSharpDataType.byteArray),
new KeyValuePair<string, CSharpDataType>("blob",CSharpDataType.byteArray),
new KeyValuePair<string, CSharpDataType>("bit varying",CSharpDataType.byteArray),
new KeyValuePair<string, CSharpDataType>("varbit",CSharpDataType.@byte),
new KeyValuePair<string, CSharpDataType>("regclass",CSharpDataType.@object)