How can I delete table using Doctrine2 and Symfony2? I\'ve generated entities and updated schema, now I want to delete this structure.
Just delete the tables which you are no longer using manually...Doctrine totally ignores unmapped tables.