mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2026-01-19 17:51:36 +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>("photo",CSharpDataType.byteArray),
|
||||||
new KeyValuePair<string, CSharpDataType>("picture",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>("varchar",CSharpDataType.Guid),
|
||||||
new KeyValuePair<string, CSharpDataType>("guid",CSharpDataType.Guid)
|
new KeyValuePair<string, CSharpDataType>("guid",CSharpDataType.Guid)
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user