I’ve build an extension with a table named after the extension.
Now I want to change the tablename and add ‘_items’ behind it.
I changed the name in all de classes where I could find the name but to no result.
Im surely missing something but not sure what. Any help would be appreciated as where to define the table name
I’ve build an extension with a table named after the extension. Now I want
Share
Within the config.xml you can change what’s inside the tags to whatever table name you want it to point to. Just don’t change the entity name (which is and in your case). You should not change anything in any of the classes. That’s the beauty of the Magento architecture your classes do not depend on the table schema (ie table names).