I'm trying to figure out the syntax to bring migrations down to an empty database as in call the down method on the inital create migration. Does anyone know the proper syntax to call the Down method in a migration something akin to this:
Update-Database -StartupProjectName "Infrastructure.Data" -TargetMigration 0