ornwipa / book_recommender

Final project for ComIT's FULL STACK .NET course
GNU General Public License v3.0
1 stars 1 forks source link

Database #33

Closed ornwipa closed 4 years ago

ornwipa commented 4 years ago

For SQLite, need to remove all migrations and recreate the initial one ... in order to run dotnet ef database update Tables always need primary key to be able to use _context.DbSet<T>.AddRange(IEnumerable) Field id was added for Ratings entity Book object with null type are removed