I have a project with ADO.NET Entity Framework in C# and I need it not to delete the manually created tables in the database. When I run the project, I always get deleted tables that were added directly to the SQL database.
Is there a way to prevent those tables from being deleted?