I\'m using Doctrine 2 and I want to generate an ORM of my database but I don\'t want select all tables of the db.
For example, in this db :
Doctrine first validates your tables and only then executes the command. So you should always have valid DB schema in order to make any operations with it.