php - Entity is not mapping to table name properly -


i have created entity name "inventoryvenue" table "inventory_venue".

when i'm trying insert data, entity manager pointing "inventoryvenue" instead of "inventory_venue" not exists in database.

this entity

this code

here entity not pointing actual table.


Comments

Popular posts from this blog

Lists in Python -

android - can not access to progress bar in an other activity -

html - Not able to access next element of an array javascript -