Update 人大金仓

This commit is contained in:
sunkaixuan 2024-11-14 16:30:42 +08:00
parent 3bfea1e01b
commit c870c3ef77

View File

@ -135,6 +135,7 @@ namespace SqlSugar
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>("rowversion",CSharpDataType.byteArray),
new KeyValuePair<string, CSharpDataType>("regclass",CSharpDataType.@object)
};