【C# / MVC】 Code First

操作順序

1. enable-migrations

   建立程式去產DB

2. add-migration init

   新增歷程表(init為名稱)

3.update-database

   更新至資料庫