Add PictureID_1215 to Book and migrate DB

This commit is contained in:
Michael Bucari-Tovo 2022-05-09 23:21:52 -06:00
parent 6ccb8d612f
commit b320276926
7 changed files with 432 additions and 4 deletions

View file

@ -34,6 +34,7 @@ namespace DataLayer
// mutable
public string PictureId { get; set; }
public string PictureId_1215 { get; set; }
// book details
public bool IsAbridged { get; private set; }