Magento News
ALTER TABLE in Magento setup script without using SQL
Jonathon Day says
“updates SHOULD NOT be in the form of
SQL commands”. I haven’t come across
any DDL or DML statments that cannot
be executed via Magento’s config
structures.
(In the question How can I migrate configuration changes from development to production environment?)
I would like to know how best to add/modify/remove a column or index to/from a table in this manner, but without relying on SQL? Is it even possible?
Furthermore, what other actions can only be done in SQL?
ALTER TABLE in Magento setup script without using SQL
Possibly Related Posts:
- Database query different results
- Menu highlight in magento under admin
- magento disable a banner on certain category pages or have a banner with multiple links
- Magento, using ACL for frontend. Possible?
- Magento IE-7 Fix In Windows XP
RSS Feed