I am using Code First to create a table.
I created the class, the mapping file and issued the add-migration command in nuget and then the update-database command>
I found my answer.
I deleted the row in [dbo].[__MigrationHistory] that corresponded to my Migration
I then deleted the new migration file
I re-ran add-migration
and then re-ran update-database -verbose