mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-10-15 18:55:07 +08:00
Update 人大金仓
This commit is contained in:
@@ -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)
|
||||
|
||||
};
|
||||
|
Reference in New Issue
Block a user