Sqlite uniqueidentifier

This commit is contained in:
sunkaixuan
2019-05-10 20:29:10 +08:00
parent f0f5c61d41
commit ff84661fff

View File

@@ -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)
};