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 -

Python ctypes access violation with const pointer arguments -