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>
You could just drop the database then from the package manager console run the 'update-database' command, all would be recreated including whatever updates you made.