Image storage to the db WIP

This commit is contained in:
TheXamlGuy
2024-07-01 22:33:02 +01:00
parent e913e08f40
commit bacabe771c
6 changed files with 62 additions and 17 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ public record BlobEntry
public int Type { get; set; }
[Key]
public int Id { get; set; }
public Guid Id { get; set; }
public DateTime DateTime { get; set; }
}