php - Deleted table appears while generating entities (using doctrine) in symfony 2 -


i had table "user" , later renamed "users", while generating entities doctrine: generate entities command, deleted table appears. surprisingly, same table not appearing among in doctrine orm.xml files list.

i had removed orm.xml files, entities files, cleared cache , tried again, still same error appears.

it helpful if can guide me since im beginner in doctrine.

thanks , regards, tismon varghese


Comments

Popular posts from this blog

javascript - RequestAnimationFrame not working when exiting fullscreen switching space on Safari -

c# - How do I get the Nth largest element from a list with duplicates, using LINQ? -

jsp - "Sending a redirect is forbidden after the response has been committed" in sendRedirect -