mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-10-15 18:55:07 +08:00
Sqlite uniqueidentifier
This commit is contained in:
@@ -96,6 +96,7 @@ namespace SqlSugar
|
||||
new KeyValuePair<string, CSharpDataType>("photo",CSharpDataType.byteArray),
|
||||
new KeyValuePair<string, CSharpDataType>("picture",CSharpDataType.byteArray),
|
||||
|
||||
new KeyValuePair<string, CSharpDataType>("uniqueidentifier",CSharpDataType.Guid),
|
||||
new KeyValuePair<string, CSharpDataType>("varchar",CSharpDataType.Guid),
|
||||
new KeyValuePair<string, CSharpDataType>("guid",CSharpDataType.Guid)
|
||||
};
|
||||
|
Reference in New Issue
Block a user