Enable Migrations AFTER things have already been done (like when Austin is stupid and adds the fields before enabling migrations)
In Package Manager Console
Enable-Migrations
Then
Add-Migration Initial
to create a migration that describes the transition from empty DB to the current schema.
!!!!!!!!!!!!!!!!!! ADD THIS
-IgnoreChanges