I have my app and db on hosting. I can not delete database by myself, so I want to if model changes recreate only tables and database will not touch.
I see that somebody use sql command to delete table and create it new, but it is possible to just disable database delete and Code first script just delete table and create new ?