Fix model + migration x DB
This commit is contained in:
@@ -32,7 +32,7 @@ namespace MP.FileData.DatabaseModels
|
||||
public string MimeType { get; set; } = "";
|
||||
public bool Changed { get; set; } = false;
|
||||
public DateTime LastCheck { get; set; } = DateTime.Now.AddYears(-1);
|
||||
public byte[] Content { get; set; }
|
||||
public byte[] FileContent { get; set; }
|
||||
|
||||
[ForeignKey("CodArticolo")]
|
||||
public virtual ArticoloModel Articolo { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user