Add new table to an existing database using Code First approach in EF 6 and MVC 5
I know this should be simple, but I was unable to find correct tutorial or explanation on web on this subject. There is a lot of videos and posts about adding new column to an existing table, using code first approach, but I can not find any with step by step explanation on how to add whole new table into existing database. Which is weird, I was pretty sure that I will find many examples. Maybe my search criteria is bad. So if anybody has any good link or video, please share. What I'm trying to do is to add table Post into existing Default Database, created by MVC 5 project. I've made model