I am working on symfony2 and trying to create entities from database .My problem is that I have 12 tables in database but only 10 entities are getting generated .
Those two tables are not getting imported even when I am trying to import them individually.
I have tried commands mentioned in thread
But when I run command
php app/console doctrine:mapping:import AppMyBundle \
metadata_format --filter="Yourtablename"
it says
Database does not have any mapping information.
Sorry I am new to symfony and doctrine .Please suggest me what should I do?