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 :
Ignoring the table was the solution:
doctrine: dbal: schema_filter: ~^(?!Table1)~