Blog-Posts über Mysql

/dev/notes: Magento Caches Database Columns

Chris / / zuletzt aktualisiert am

When you’re creating custom Magento models, it’s common to to add and remove fields to and from a database table during development before finalizing a set of columns for the setup resource/migration file. One thing to keep in mind while you’re doing this is that Magento will cache the list of table columns each model knows about, which means a cache clearing will be needed after adding a column.

3 Artikel